Class: LlmCostTracker::Dashboard::TagKeyRow
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Dashboard::TagKeyRow
- Defined in:
- app/services/llm_cost_tracker/dashboard/tag_key_explorer.rb
Instance Attribute Summary collapse
-
#calls_count ⇒ Object
readonly
Returns the value of attribute calls_count.
-
#distinct_values ⇒ Object
readonly
Returns the value of attribute distinct_values.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
Instance Attribute Details
#calls_count ⇒ Object (readonly)
Returns the value of attribute calls_count
5 6 7 |
# File 'app/services/llm_cost_tracker/dashboard/tag_key_explorer.rb', line 5 def calls_count @calls_count end |
#distinct_values ⇒ Object (readonly)
Returns the value of attribute distinct_values
5 6 7 |
# File 'app/services/llm_cost_tracker/dashboard/tag_key_explorer.rb', line 5 def distinct_values @distinct_values end |
#key ⇒ Object (readonly)
Returns the value of attribute key
5 6 7 |
# File 'app/services/llm_cost_tracker/dashboard/tag_key_explorer.rb', line 5 def key @key end |