Class: Enconvert::BatchItem
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::BatchItem
- Defined in:
- lib/enconvert/results.rb
Overview
Per-URL entry in a batch status response.
Instance Attribute Summary collapse
-
#download_url ⇒ Object
Returns the value of attribute download_url.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#output_file_size ⇒ Object
Returns the value of attribute output_file_size.
-
#source_url ⇒ Object
Returns the value of attribute source_url.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#download_url ⇒ Object
Returns the value of attribute download_url
23 24 25 |
# File 'lib/enconvert/results.rb', line 23 def download_url @download_url end |
#duration ⇒ Object
Returns the value of attribute duration
23 24 25 |
# File 'lib/enconvert/results.rb', line 23 def duration @duration end |
#output_file_size ⇒ Object
Returns the value of attribute output_file_size
23 24 25 |
# File 'lib/enconvert/results.rb', line 23 def output_file_size @output_file_size end |
#source_url ⇒ Object
Returns the value of attribute source_url
23 24 25 |
# File 'lib/enconvert/results.rb', line 23 def source_url @source_url end |
#status ⇒ Object
Returns the value of attribute status
23 24 25 |
# File 'lib/enconvert/results.rb', line 23 def status @status end |