Class: ILoveVideoEditor::Client::RenderResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/ilovevideoeditor/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#completed_atObject

Returns the value of attribute completed_at

Returns:

  • (Object)

    the current value of completed_at



11
12
13
# File 'lib/ilovevideoeditor/client.rb', line 11

def completed_at
  @completed_at
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



11
12
13
# File 'lib/ilovevideoeditor/client.rb', line 11

def created_at
  @created_at
end

#download_urlObject

Returns the value of attribute download_url

Returns:

  • (Object)

    the current value of download_url



11
12
13
# File 'lib/ilovevideoeditor/client.rb', line 11

def download_url
  @download_url
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



11
12
13
# File 'lib/ilovevideoeditor/client.rb', line 11

def error
  @error
end

#job_idObject

Returns the value of attribute job_id

Returns:

  • (Object)

    the current value of job_id



11
12
13
# File 'lib/ilovevideoeditor/client.rb', line 11

def job_id
  @job_id
end

#progressObject

Returns the value of attribute progress

Returns:

  • (Object)

    the current value of progress



11
12
13
# File 'lib/ilovevideoeditor/client.rb', line 11

def progress
  @progress
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



11
12
13
# File 'lib/ilovevideoeditor/client.rb', line 11

def status
  @status
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



11
12
13
# File 'lib/ilovevideoeditor/client.rb', line 11

def url
  @url
end