Class: LlmCostTracker::Pricing::Matcher::Match

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



10
11
12
# File 'lib/llm_cost_tracker/pricing/matcher.rb', line 10

def key
  @key
end

#matched_byObject (readonly)

Returns the value of attribute matched_by

Returns:

  • (Object)

    the current value of matched_by



10
11
12
# File 'lib/llm_cost_tracker/pricing/matcher.rb', line 10

def matched_by
  @matched_by
end

#pricesObject (readonly)

Returns the value of attribute prices

Returns:

  • (Object)

    the current value of prices



10
11
12
# File 'lib/llm_cost_tracker/pricing/matcher.rb', line 10

def prices
  @prices
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



10
11
12
# File 'lib/llm_cost_tracker/pricing/matcher.rb', line 10

def source
  @source
end