Class: Enconvert::BatchStatus
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::BatchStatus
- Defined in:
- lib/enconvert/results.rb
Overview
Response of Client#get_batch_status / Client#wait_for_batch.
status is one of "processing", "completed", "partial", "failed".
Instance Attribute Summary collapse
-
#batch_id ⇒ Object
Returns the value of attribute batch_id.
-
#completed ⇒ Object
Returns the value of attribute completed.
-
#failed ⇒ Object
Returns the value of attribute failed.
-
#in_progress ⇒ Object
Returns the value of attribute in_progress.
-
#items ⇒ Object
Returns the value of attribute items.
-
#output_mode ⇒ Object
Returns the value of attribute output_mode.
-
#status ⇒ Object
Returns the value of attribute status.
-
#total ⇒ Object
Returns the value of attribute total.
-
#zip_download_url ⇒ Object
Returns the value of attribute zip_download_url.
Instance Attribute Details
#batch_id ⇒ Object
Returns the value of attribute batch_id
27 28 29 |
# File 'lib/enconvert/results.rb', line 27 def batch_id @batch_id end |
#completed ⇒ Object
Returns the value of attribute completed
27 28 29 |
# File 'lib/enconvert/results.rb', line 27 def completed @completed end |
#failed ⇒ Object
Returns the value of attribute failed
27 28 29 |
# File 'lib/enconvert/results.rb', line 27 def failed @failed end |
#in_progress ⇒ Object
Returns the value of attribute in_progress
27 28 29 |
# File 'lib/enconvert/results.rb', line 27 def in_progress @in_progress end |
#items ⇒ Object
Returns the value of attribute items
27 28 29 |
# File 'lib/enconvert/results.rb', line 27 def items @items end |
#output_mode ⇒ Object
Returns the value of attribute output_mode
27 28 29 |
# File 'lib/enconvert/results.rb', line 27 def output_mode @output_mode end |
#status ⇒ Object
Returns the value of attribute status
27 28 29 |
# File 'lib/enconvert/results.rb', line 27 def status @status end |
#total ⇒ Object
Returns the value of attribute total
27 28 29 |
# File 'lib/enconvert/results.rb', line 27 def total @total end |
#zip_download_url ⇒ Object
Returns the value of attribute zip_download_url
27 28 29 |
# File 'lib/enconvert/results.rb', line 27 def zip_download_url @zip_download_url end |