Class: LlmCostTracker::Dashboard::ProviderRow
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Dashboard::ProviderRow
- Defined in:
- app/services/llm_cost_tracker/dashboard/provider_breakdown.rb
Instance Attribute Summary collapse
-
#calls ⇒ Object
readonly
Returns the value of attribute calls.
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
-
#share_percent ⇒ Object
readonly
Returns the value of attribute share_percent.
-
#total_cost ⇒ Object
readonly
Returns the value of attribute total_cost.
Instance Attribute Details
#calls ⇒ Object (readonly)
Returns the value of attribute calls
5 6 7 |
# File 'app/services/llm_cost_tracker/dashboard/provider_breakdown.rb', line 5 def calls @calls end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider
5 6 7 |
# File 'app/services/llm_cost_tracker/dashboard/provider_breakdown.rb', line 5 def provider @provider end |
#share_percent ⇒ Object (readonly)
Returns the value of attribute share_percent
5 6 7 |
# File 'app/services/llm_cost_tracker/dashboard/provider_breakdown.rb', line 5 def share_percent @share_percent end |
#total_cost ⇒ Object (readonly)
Returns the value of attribute total_cost
5 6 7 |
# File 'app/services/llm_cost_tracker/dashboard/provider_breakdown.rb', line 5 def total_cost @total_cost end |