Class: LlmCostTracker::Dashboard::DataQuality::QuarantinedInbox
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Dashboard::DataQuality::QuarantinedInbox
- Defined in:
- app/services/llm_cost_tracker/dashboard/data_quality.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#total_cost ⇒ Object
readonly
Returns the value of attribute total_cost.
Instance Attribute Details
#count ⇒ Object (readonly)
Returns the value of attribute count
7 8 9 |
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 7 def count @count end |
#total_cost ⇒ Object (readonly)
Returns the value of attribute total_cost
7 8 9 |
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 7 def total_cost @total_cost end |