Class: LlmCostTracker::PriceSync::Validator::Issue

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

Instance Attribute Summary collapse

Instance Attribute Details

#modelObject (readonly)

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



7
8
9
# File 'lib/llm_cost_tracker/price_sync/validator.rb', line 7

def model
  @model
end

#new_priceObject (readonly)

Returns the value of attribute new_price

Returns:

  • (Object)

    the current value of new_price



7
8
9
# File 'lib/llm_cost_tracker/price_sync/validator.rb', line 7

def new_price
  @new_price
end

#old_priceObject (readonly)

Returns the value of attribute old_price

Returns:

  • (Object)

    the current value of old_price



7
8
9
# File 'lib/llm_cost_tracker/price_sync/validator.rb', line 7

def old_price
  @old_price
end

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



7
8
9
# File 'lib/llm_cost_tracker/price_sync/validator.rb', line 7

def reason
  @reason
end