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



22
23
24
# File 'lib/llm_cost_tracker/price_sync.rb', line 22

def prices_count
  @prices_count
end

#source_versionObject (readonly)

Returns the value of attribute source_version

Returns:

  • (Object)

    the current value of source_version



22
23
24
# File 'lib/llm_cost_tracker/price_sync.rb', line 22

def source_version
  @source_version
end