Class: Enconvert::V2::PerceiveBatchResult
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::V2::PerceiveBatchResult
- Defined in:
- lib/enconvert/v2_results.rb
Instance Attribute Summary collapse
-
#completed ⇒ Object
Returns the value of attribute completed.
-
#failed ⇒ Object
Returns the value of attribute failed.
-
#items ⇒ Object
Returns the value of attribute items.
-
#job_id ⇒ Object
Returns the value of attribute job_id.
-
#output_mode ⇒ Object
Returns the value of attribute output_mode.
-
#pending ⇒ Object
Returns the value of attribute pending.
-
#status ⇒ Object
Returns the value of attribute status.
-
#total ⇒ Object
Returns the value of attribute total.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
-
#zip ⇒ Object
Returns the value of attribute zip.
Instance Attribute Details
#completed ⇒ Object
Returns the value of attribute completed
52 53 54 |
# File 'lib/enconvert/v2_results.rb', line 52 def completed @completed end |
#failed ⇒ Object
Returns the value of attribute failed
52 53 54 |
# File 'lib/enconvert/v2_results.rb', line 52 def failed @failed end |
#items ⇒ Object
Returns the value of attribute items
52 53 54 |
# File 'lib/enconvert/v2_results.rb', line 52 def items @items end |
#job_id ⇒ Object
Returns the value of attribute job_id
52 53 54 |
# File 'lib/enconvert/v2_results.rb', line 52 def job_id @job_id end |
#output_mode ⇒ Object
Returns the value of attribute output_mode
52 53 54 |
# File 'lib/enconvert/v2_results.rb', line 52 def output_mode @output_mode end |
#pending ⇒ Object
Returns the value of attribute pending
52 53 54 |
# File 'lib/enconvert/v2_results.rb', line 52 def pending @pending end |
#status ⇒ Object
Returns the value of attribute status
52 53 54 |
# File 'lib/enconvert/v2_results.rb', line 52 def status @status end |
#total ⇒ Object
Returns the value of attribute total
52 53 54 |
# File 'lib/enconvert/v2_results.rb', line 52 def total @total end |
#warnings ⇒ Object
Returns the value of attribute warnings
52 53 54 |
# File 'lib/enconvert/v2_results.rb', line 52 def warnings @warnings end |
#zip ⇒ Object
Returns the value of attribute zip
52 53 54 |
# File 'lib/enconvert/v2_results.rb', line 52 def zip @zip end |