Class: LlmCostTracker::Pricing::Component
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Pricing::Component
- Defined in:
- lib/llm_cost_tracker/pricing/components.rb
Instance Attribute Summary collapse
-
#cost_key ⇒ Object
readonly
Returns the value of attribute cost_key.
-
#price_key ⇒ Object
readonly
Returns the value of attribute price_key.
-
#token_key ⇒ Object
readonly
Returns the value of attribute token_key.
Instance Attribute Details
#cost_key ⇒ Object (readonly)
Returns the value of attribute cost_key
5 6 7 |
# File 'lib/llm_cost_tracker/pricing/components.rb', line 5 def cost_key @cost_key end |
#price_key ⇒ Object (readonly)
Returns the value of attribute price_key
5 6 7 |
# File 'lib/llm_cost_tracker/pricing/components.rb', line 5 def price_key @price_key end |
#token_key ⇒ Object (readonly)
Returns the value of attribute token_key
5 6 7 |
# File 'lib/llm_cost_tracker/pricing/components.rb', line 5 def token_key @token_key end |