Class: LlmCostTracker::Dashboard::TagKeyRow

Inherits:
Data
  • Object
show all
Defined in:
app/services/llm_cost_tracker/dashboard/tag_key_explorer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#calls_countObject (readonly)

Returns the value of attribute calls_count

Returns:

  • (Object)

    the current value of 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_valuesObject (readonly)

Returns the value of attribute distinct_values

Returns:

  • (Object)

    the current value of distinct_values



5
6
7
# File 'app/services/llm_cost_tracker/dashboard/tag_key_explorer.rb', line 5

def distinct_values
  @distinct_values
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



5
6
7
# File 'app/services/llm_cost_tracker/dashboard/tag_key_explorer.rb', line 5

def key
  @key
end