Class: Enconvert::ConversionResult
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::ConversionResult
- Defined in:
- lib/enconvert/results.rb
Overview
Response of every single-file / single-page conversion.
Instance Attribute Summary collapse
-
#conversion_time_seconds ⇒ Object
Returns the value of attribute conversion_time_seconds.
-
#file_size ⇒ Object
Returns the value of attribute file_size.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#job_id ⇒ Object
Returns the value of attribute job_id.
-
#object_key ⇒ Object
Returns the value of attribute object_key.
-
#presigned_url ⇒ Object
Returns the value of attribute presigned_url.
Instance Attribute Details
#conversion_time_seconds ⇒ Object
Returns the value of attribute conversion_time_seconds
7 8 9 |
# File 'lib/enconvert/results.rb', line 7 def conversion_time_seconds @conversion_time_seconds end |
#file_size ⇒ Object
Returns the value of attribute file_size
7 8 9 |
# File 'lib/enconvert/results.rb', line 7 def file_size @file_size end |
#filename ⇒ Object
Returns the value of attribute filename
7 8 9 |
# File 'lib/enconvert/results.rb', line 7 def filename @filename end |
#job_id ⇒ Object
Returns the value of attribute job_id
7 8 9 |
# File 'lib/enconvert/results.rb', line 7 def job_id @job_id end |
#object_key ⇒ Object
Returns the value of attribute object_key
7 8 9 |
# File 'lib/enconvert/results.rb', line 7 def object_key @object_key end |
#presigned_url ⇒ Object
Returns the value of attribute presigned_url
7 8 9 |
# File 'lib/enconvert/results.rb', line 7 def presigned_url @presigned_url end |