Class: LlmCostTracker::Dashboard::PricingOverview::Row
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Dashboard::PricingOverview::Row
- Defined in:
- app/services/llm_cost_tracker/dashboard/pricing_overview.rb
Instance Attribute Summary collapse
-
#model ⇒ Object
readonly
Returns the value of attribute model.
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
-
#rates ⇒ Object
readonly
Returns the value of attribute rates.
Instance Attribute Details
#model ⇒ Object (readonly)
Returns the value of attribute model
8 9 10 |
# File 'app/services/llm_cost_tracker/dashboard/pricing_overview.rb', line 8 def model @model end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider
8 9 10 |
# File 'app/services/llm_cost_tracker/dashboard/pricing_overview.rb', line 8 def provider @provider end |
#rates ⇒ Object (readonly)
Returns the value of attribute rates
8 9 10 |
# File 'app/services/llm_cost_tracker/dashboard/pricing_overview.rb', line 8 def rates @rates end |