Class: LlmCostTracker::PriceSync::SourceResult
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::PriceSync::SourceResult
- Defined in:
- lib/llm_cost_tracker/price_sync/source_result.rb
Instance Attribute Summary collapse
-
#missing_models ⇒ Object
readonly
Returns the value of attribute missing_models.
-
#prices ⇒ Object
readonly
Returns the value of attribute prices.
-
#source_version ⇒ Object
readonly
Returns the value of attribute source_version.
Instance Attribute Details
#missing_models ⇒ Object (readonly)
Returns the value of attribute missing_models
5 6 7 |
# File 'lib/llm_cost_tracker/price_sync/source_result.rb', line 5 def missing_models @missing_models end |
#prices ⇒ Object (readonly)
Returns the value of attribute prices
5 6 7 |
# File 'lib/llm_cost_tracker/price_sync/source_result.rb', line 5 def prices @prices end |
#source_version ⇒ Object (readonly)
Returns the value of attribute source_version
5 6 7 |
# File 'lib/llm_cost_tracker/price_sync/source_result.rb', line 5 def source_version @source_version end |