Class: LlmCostTracker::TopCall

Inherits:
Data
  • Object
show all
Defined in:
lib/llm_cost_tracker/report_data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#modelObject (readonly)

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



6
7
8
# File 'lib/llm_cost_tracker/report_data.rb', line 6

def model
  @model
end

#providerObject (readonly)

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



6
7
8
# File 'lib/llm_cost_tracker/report_data.rb', line 6

def provider
  @provider
end

#total_costObject (readonly)

Returns the value of attribute total_cost

Returns:

  • (Object)

    the current value of total_cost



6
7
8
# File 'lib/llm_cost_tracker/report_data.rb', line 6

def total_cost
  @total_cost
end