Class: LlmCostTracker::PriceSync::SourceUsage

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

Instance Attribute Summary collapse

Instance Attribute Details

#prices_countObject (readonly)

Returns the value of attribute prices_count

Returns:

  • (Object)

    the current value of prices_count



24
25
26
# File 'lib/llm_cost_tracker/price_sync.rb', line 24

def prices_count
  @prices_count
end

#source_versionObject (readonly)

Returns the value of attribute source_version

Returns:

  • (Object)

    the current value of source_version



24
25
26
# File 'lib/llm_cost_tracker/price_sync.rb', line 24

def source_version
  @source_version
end