Class: Enconvert::JobStatus
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::JobStatus
- Defined in:
- lib/enconvert/results.rb
Overview
Response of Client#get_job_status. status is one of
"processing", "success", "failed".
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#object_key ⇒ Object
Returns the value of attribute object_key.
-
#presigned_url ⇒ Object
Returns the value of attribute presigned_url.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
14 15 16 |
# File 'lib/enconvert/results.rb', line 14 def error @error end |
#object_key ⇒ Object
Returns the value of attribute object_key
14 15 16 |
# File 'lib/enconvert/results.rb', line 14 def object_key @object_key end |
#presigned_url ⇒ Object
Returns the value of attribute presigned_url
14 15 16 |
# File 'lib/enconvert/results.rb', line 14 def presigned_url @presigned_url end |
#status ⇒ Object
Returns the value of attribute status
14 15 16 |
# File 'lib/enconvert/results.rb', line 14 def status @status end |