Class: LlmCostTracker::Dashboard::DataQuality::UnknownPricingRow
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Dashboard::DataQuality::UnknownPricingRow
- Defined in:
- app/services/llm_cost_tracker/dashboard/data_quality.rb
Instance Attribute Summary collapse
-
#calls ⇒ Object
readonly
Returns the value of attribute calls.
-
#model ⇒ Object
readonly
Returns the value of attribute model.
-
#share_percent ⇒ Object
readonly
Returns the value of attribute share_percent.
Instance Attribute Details
#calls ⇒ Object (readonly)
Returns the value of attribute calls
9 10 11 |
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 9 def calls @calls end |
#model ⇒ Object (readonly)
Returns the value of attribute model
9 10 11 |
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 9 def model @model end |
#share_percent ⇒ Object (readonly)
Returns the value of attribute share_percent
9 10 11 |
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 9 def share_percent @share_percent end |