Class: LlmCostTracker::PriceSync::Validator::Issue
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::PriceSync::Validator::Issue
- Defined in:
- lib/llm_cost_tracker/price_sync/validator.rb
Instance Attribute Summary collapse
-
#model ⇒ Object
readonly
Returns the value of attribute model.
-
#new_price ⇒ Object
readonly
Returns the value of attribute new_price.
-
#old_price ⇒ Object
readonly
Returns the value of attribute old_price.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
Instance Attribute Details
#model ⇒ Object (readonly)
Returns the value of attribute model
7 8 9 |
# File 'lib/llm_cost_tracker/price_sync/validator.rb', line 7 def model @model end |
#new_price ⇒ Object (readonly)
Returns the value of attribute new_price
7 8 9 |
# File 'lib/llm_cost_tracker/price_sync/validator.rb', line 7 def new_price @new_price end |
#old_price ⇒ Object (readonly)
Returns the value of attribute old_price
7 8 9 |
# File 'lib/llm_cost_tracker/price_sync/validator.rb', line 7 def old_price @old_price end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
7 8 9 |
# File 'lib/llm_cost_tracker/price_sync/validator.rb', line 7 def reason @reason end |