Class: LlmCostTracker::Pricing::Matcher::Match
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Pricing::Matcher::Match
- Defined in:
- lib/llm_cost_tracker/pricing/matcher.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
10 11 12 |
# File 'lib/llm_cost_tracker/pricing/matcher.rb', line 10 def key @key end |
#matched_by ⇒ Object (readonly)
Returns the value of attribute matched_by
10 11 12 |
# File 'lib/llm_cost_tracker/pricing/matcher.rb', line 10 def matched_by @matched_by end |
#prices ⇒ Object (readonly)
Returns the value of attribute prices
10 11 12 |
# File 'lib/llm_cost_tracker/pricing/matcher.rb', line 10 def prices @prices end |
#source ⇒ Object (readonly)
Returns the value of attribute source
10 11 12 |
# File 'lib/llm_cost_tracker/pricing/matcher.rb', line 10 def source @source end |