Class: LlmCostTracker::Dashboard::DataQuality::UnknownPricingRow

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

Instance Attribute Summary collapse

Instance Attribute Details

#callsObject (readonly)

Returns the value of attribute calls

Returns:

  • (Object)

    the current value of calls



9
10
11
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 9

def calls
  @calls
end

#modelObject (readonly)

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



9
10
11
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 9

def model
  @model
end

#share_percentObject (readonly)

Returns the value of attribute share_percent

Returns:

  • (Object)

    the current value of share_percent



9
10
11
# File 'app/services/llm_cost_tracker/dashboard/data_quality.rb', line 9

def share_percent
  @share_percent
end