Class: ActiveHarness::TokenCounts
- Inherits:
-
Struct
- Object
- Struct
- ActiveHarness::TokenCounts
- Defined in:
- lib/active_harness/result.rb
Overview
Token counts for a single call.
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
30 31 32 |
# File 'lib/active_harness/result.rb', line 30 def input @input end |
#output ⇒ Object
Returns the value of attribute output
30 31 32 |
# File 'lib/active_harness/result.rb', line 30 def output @output end |
#total ⇒ Object
Returns the value of attribute total
30 31 32 |
# File 'lib/active_harness/result.rb', line 30 def total @total end |