Class: Enconvert::V2::DistillResult
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::V2::DistillResult
- 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.
-
#operation_id ⇒ Object
Returns the value of attribute operation_id.
-
#results ⇒ Object
Returns the value of attribute results.
-
#total ⇒ Object
Returns the value of attribute total.
-
#total_cost_cents ⇒ Object
Returns the value of attribute total_cost_cents.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#completed ⇒ Object
Returns the value of attribute completed
80 81 82 |
# File 'lib/enconvert/v2_results.rb', line 80 def completed @completed end |
#failed ⇒ Object
Returns the value of attribute failed
80 81 82 |
# File 'lib/enconvert/v2_results.rb', line 80 def failed @failed end |
#operation_id ⇒ Object
Returns the value of attribute operation_id
80 81 82 |
# File 'lib/enconvert/v2_results.rb', line 80 def operation_id @operation_id end |
#results ⇒ Object
Returns the value of attribute results
80 81 82 |
# File 'lib/enconvert/v2_results.rb', line 80 def results @results end |
#total ⇒ Object
Returns the value of attribute total
80 81 82 |
# File 'lib/enconvert/v2_results.rb', line 80 def total @total end |
#total_cost_cents ⇒ Object
Returns the value of attribute total_cost_cents
80 81 82 |
# File 'lib/enconvert/v2_results.rb', line 80 def total_cost_cents @total_cost_cents end |
#warnings ⇒ Object
Returns the value of attribute warnings
80 81 82 |
# File 'lib/enconvert/v2_results.rb', line 80 def warnings @warnings end |