Class: LlmCostTracker::Pricing::Component

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

Instance Attribute Summary collapse

Instance Attribute Details

#cost_keyObject (readonly)

Returns the value of attribute cost_key

Returns:

  • (Object)

    the current value of cost_key



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

def cost_key
  @cost_key
end

#price_keyObject (readonly)

Returns the value of attribute price_key

Returns:

  • (Object)

    the current value of price_key



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

def price_key
  @price_key
end

#token_keyObject (readonly)

Returns the value of attribute token_key

Returns:

  • (Object)

    the current value of token_key



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

def token_key
  @token_key
end