Class: ActiveHarness::CostBreakdown
- Inherits:
-
Struct
- Object
- Struct
- ActiveHarness::CostBreakdown
- Defined in:
- lib/active_harness/result.rb
Overview
Monetary cost of a single call in USD. nil when pricing data is unavailable.
Instance Attribute Summary collapse
-
#input ⇒ Object
Returns the value of attribute input.
-
#output ⇒ Object
Returns the value of attribute output.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#input ⇒ Object
Returns the value of attribute input
34 35 36 |
# File 'lib/active_harness/result.rb', line 34 def input @input end |
#output ⇒ Object
Returns the value of attribute output
34 35 36 |
# File 'lib/active_harness/result.rb', line 34 def output @output end |
#total ⇒ Object
Returns the value of attribute total
34 35 36 |
# File 'lib/active_harness/result.rb', line 34 def total @total end |