Class: LlmCostTracker::PriceSync::Merger::Discrepancy

Inherits:
Data
  • Object
show all
Defined in:
lib/llm_cost_tracker/price_sync/merger.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fieldObject (readonly)

Returns the value of attribute field

Returns:

  • (Object)

    the current value of field



6
7
8
# File 'lib/llm_cost_tracker/price_sync/merger.rb', line 6

def field
  @field
end

#modelObject (readonly)

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



6
7
8
# File 'lib/llm_cost_tracker/price_sync/merger.rb', line 6

def model
  @model
end

#valuesObject (readonly)

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



6
7
8
# File 'lib/llm_cost_tracker/price_sync/merger.rb', line 6

def values
  @values
end