Class: ActiveHarness::TokenCounts

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_harness/result.rb

Overview

Token counts for a single call.

Instance Attribute Summary collapse

Instance Attribute Details

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



30
31
32
# File 'lib/active_harness/result.rb', line 30

def input
  @input
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



30
31
32
# File 'lib/active_harness/result.rb', line 30

def output
  @output
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



30
31
32
# File 'lib/active_harness/result.rb', line 30

def total
  @total
end