Class: LlmCostTracker::PriceSync::SourceUsage
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::PriceSync::SourceUsage
- Defined in:
- lib/llm_cost_tracker/price_sync.rb
Instance Attribute Summary collapse
-
#prices_count ⇒ Object
readonly
Returns the value of attribute prices_count.
-
#source_version ⇒ Object
readonly
Returns the value of attribute source_version.
Instance Attribute Details
#prices_count ⇒ Object (readonly)
Returns the value of attribute prices_count
22 23 24 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 22 def prices_count @prices_count end |
#source_version ⇒ Object (readonly)
Returns the value of attribute source_version
22 23 24 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 22 def source_version @source_version end |