Class: LlmCostTracker::Dashboard::TagBreakdownRow
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Dashboard::TagBreakdownRow
- Defined in:
- app/services/llm_cost_tracker/dashboard/tag_breakdown.rb
Instance Attribute Summary collapse
-
#average_cost_per_call ⇒ Object
readonly
Returns the value of attribute average_cost_per_call.
-
#calls ⇒ Object
readonly
Returns the value of attribute calls.
-
#total_cost ⇒ Object
readonly
Returns the value of attribute total_cost.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#average_cost_per_call ⇒ Object (readonly)
Returns the value of attribute 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 |
#calls ⇒ Object (readonly)
Returns the value of attribute calls
5 6 7 |
# File 'app/services/llm_cost_tracker/dashboard/tag_breakdown.rb', line 5 def calls @calls end |
#total_cost ⇒ Object (readonly)
Returns the value of attribute total_cost
5 6 7 |
# File 'app/services/llm_cost_tracker/dashboard/tag_breakdown.rb', line 5 def total_cost @total_cost end |
#value ⇒ Object (readonly)
Returns the value of attribute value
5 6 7 |
# File 'app/services/llm_cost_tracker/dashboard/tag_breakdown.rb', line 5 def value @value end |