Class: LlmCostTracker::Dashboard::PricingOverview::Row

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

Instance Attribute Summary collapse

Instance Attribute Details

#modelObject (readonly)

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



8
9
10
# File 'app/services/llm_cost_tracker/dashboard/pricing_overview.rb', line 8

def model
  @model
end

#providerObject (readonly)

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



8
9
10
# File 'app/services/llm_cost_tracker/dashboard/pricing_overview.rb', line 8

def provider
  @provider
end

#ratesObject (readonly)

Returns the value of attribute rates

Returns:

  • (Object)

    the current value of rates



8
9
10
# File 'app/services/llm_cost_tracker/dashboard/pricing_overview.rb', line 8

def rates
  @rates
end