Class: ILoveVideoEditor::Client::RenderResult
- Inherits:
-
Struct
- Object
- Struct
- ILoveVideoEditor::Client::RenderResult
- Defined in:
- lib/ilovevideoeditor/client.rb
Instance Attribute Summary collapse
-
#completed_at ⇒ Object
Returns the value of attribute completed_at.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#download_url ⇒ Object
Returns the value of attribute download_url.
-
#error ⇒ Object
Returns the value of attribute error.
-
#job_id ⇒ Object
Returns the value of attribute job_id.
-
#progress ⇒ Object
Returns the value of attribute progress.
-
#status ⇒ Object
Returns the value of attribute status.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#completed_at ⇒ Object
Returns the value of attribute completed_at
11 12 13 |
# File 'lib/ilovevideoeditor/client.rb', line 11 def completed_at @completed_at end |
#created_at ⇒ Object
Returns the value of attribute created_at
11 12 13 |
# File 'lib/ilovevideoeditor/client.rb', line 11 def created_at @created_at end |
#download_url ⇒ Object
Returns the value of attribute download_url
11 12 13 |
# File 'lib/ilovevideoeditor/client.rb', line 11 def download_url @download_url end |
#error ⇒ Object
Returns the value of attribute error
11 12 13 |
# File 'lib/ilovevideoeditor/client.rb', line 11 def error @error end |
#job_id ⇒ Object
Returns the value of attribute job_id
11 12 13 |
# File 'lib/ilovevideoeditor/client.rb', line 11 def job_id @job_id end |
#progress ⇒ Object
Returns the value of attribute progress
11 12 13 |
# File 'lib/ilovevideoeditor/client.rb', line 11 def progress @progress end |
#status ⇒ Object
Returns the value of attribute status
11 12 13 |
# File 'lib/ilovevideoeditor/client.rb', line 11 def status @status end |
#url ⇒ Object
Returns the value of attribute url
11 12 13 |
# File 'lib/ilovevideoeditor/client.rb', line 11 def url @url end |