Class: LlmCostTracker::Pricing::EffectivePrices::Resolved
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Pricing::EffectivePrices::Resolved
- Defined in:
- lib/llm_cost_tracker/pricing/effective_prices.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
readonly
Returns the value of attribute amount.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
Instance Attribute Details
#amount ⇒ Object (readonly)
Returns the value of attribute amount
11 12 13 |
# File 'lib/llm_cost_tracker/pricing/effective_prices.rb', line 11 def amount @amount end |
#key ⇒ Object (readonly)
Returns the value of attribute key
11 12 13 |
# File 'lib/llm_cost_tracker/pricing/effective_prices.rb', line 11 def key @key end |