Class: LlmCostTracker::Pricing::Lookup::Match

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



8
9
10
# File 'lib/llm_cost_tracker/pricing/lookup.rb', line 8

def key
  @key
end

#matched_byObject (readonly)

Returns the value of attribute matched_by

Returns:

  • (Object)

    the current value of matched_by



8
9
10
# File 'lib/llm_cost_tracker/pricing/lookup.rb', line 8

def matched_by
  @matched_by
end

#pricesObject (readonly)

Returns the value of attribute prices

Returns:

  • (Object)

    the current value of prices



8
9
10
# File 'lib/llm_cost_tracker/pricing/lookup.rb', line 8

def prices
  @prices
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



8
9
10
# File 'lib/llm_cost_tracker/pricing/lookup.rb', line 8

def source
  @source
end