Class: LlmCostTracker::Pricing::EffectivePrices::Resolved

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

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject (readonly)

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



11
12
13
# File 'lib/llm_cost_tracker/pricing/effective_prices.rb', line 11

def amount
  @amount
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



11
12
13
# File 'lib/llm_cost_tracker/pricing/effective_prices.rb', line 11

def key
  @key
end