Class: LlmCostTracker::PriceSync::Merger::Discrepancy
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::PriceSync::Merger::Discrepancy
- Defined in:
- lib/llm_cost_tracker/price_sync/merger.rb
Instance Attribute Summary collapse
-
#field ⇒ Object
readonly
Returns the value of attribute field.
-
#model ⇒ Object
readonly
Returns the value of attribute model.
-
#values ⇒ Object
readonly
Returns the value of attribute values.
Instance Attribute Details
#field ⇒ Object (readonly)
Returns the value of attribute field
6 7 8 |
# File 'lib/llm_cost_tracker/price_sync/merger.rb', line 6 def field @field end |
#model ⇒ Object (readonly)
Returns the value of attribute model
6 7 8 |
# File 'lib/llm_cost_tracker/price_sync/merger.rb', line 6 def model @model end |
#values ⇒ Object (readonly)
Returns the value of attribute values
6 7 8 |
# File 'lib/llm_cost_tracker/price_sync/merger.rb', line 6 def values @values end |