Class: LlmCostTracker::Pricing::Source

Inherits:
Data
  • Object
show all
Defined in:
lib/llm_cost_tracker/pricing/source.rb

Instance Attribute Summary collapse

Instance Attribute Details

#currencyObject (readonly)

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



5
6
7
# File 'lib/llm_cost_tracker/pricing/source.rb', line 5

def currency
  @currency
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/llm_cost_tracker/pricing/source.rb', line 5

def name
  @name
end

#pricesObject (readonly)

Returns the value of attribute prices

Returns:

  • (Object)

    the current value of prices



5
6
7
# File 'lib/llm_cost_tracker/pricing/source.rb', line 5

def prices
  @prices
end

#ratesObject (readonly)

Returns the value of attribute rates

Returns:

  • (Object)

    the current value of rates



5
6
7
# File 'lib/llm_cost_tracker/pricing/source.rb', line 5

def rates
  @rates
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



5
6
7
# File 'lib/llm_cost_tracker/pricing/source.rb', line 5

def version
  @version
end