Class: LlmCostTracker::Pricing::Lookup::Match
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Pricing::Lookup::Match
- Defined in:
- lib/llm_cost_tracker/pricing/lookup.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#matched_by ⇒ Object
readonly
Returns the value of attribute matched_by.
-
#prices ⇒ Object
readonly
Returns the value of attribute prices.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
Instance Attribute Details
#key ⇒ Object (readonly)
Returns the value of attribute key
8 9 10 |
# File 'lib/llm_cost_tracker/pricing/lookup.rb', line 8 def key @key end |
#matched_by ⇒ Object (readonly)
Returns the value of attribute matched_by
8 9 10 |
# File 'lib/llm_cost_tracker/pricing/lookup.rb', line 8 def matched_by @matched_by end |
#prices ⇒ Object (readonly)
Returns the value of attribute prices
8 9 10 |
# File 'lib/llm_cost_tracker/pricing/lookup.rb', line 8 def prices @prices end |
#source ⇒ Object (readonly)
Returns the value of attribute source
8 9 10 |
# File 'lib/llm_cost_tracker/pricing/lookup.rb', line 8 def source @source end |