Class: LlmCostTracker::Dashboard::TagBreakdownRow

Inherits:
Data
  • Object
show all
Defined in:
app/services/llm_cost_tracker/dashboard/tag_breakdown.rb

Instance Attribute Summary collapse

Instance Attribute Details

#average_cost_per_callObject (readonly)

Returns the value of attribute average_cost_per_call

Returns:

  • (Object)

    the current value of average_cost_per_call



5
6
7
# File 'app/services/llm_cost_tracker/dashboard/tag_breakdown.rb', line 5

def average_cost_per_call
  @average_cost_per_call
end

#callsObject (readonly)

Returns the value of attribute calls

Returns:

  • (Object)

    the current value of calls



5
6
7
# File 'app/services/llm_cost_tracker/dashboard/tag_breakdown.rb', line 5

def calls
  @calls
end

#total_costObject (readonly)

Returns the value of attribute total_cost

Returns:

  • (Object)

    the current value of total_cost



5
6
7
# File 'app/services/llm_cost_tracker/dashboard/tag_breakdown.rb', line 5

def total_cost
  @total_cost
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



5
6
7
# File 'app/services/llm_cost_tracker/dashboard/tag_breakdown.rb', line 5

def value
  @value
end