Class: LlmCostTracker::PriceSync::SourceResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#missing_modelsObject (readonly)

Returns the value of attribute missing_models

Returns:

  • (Object)

    the current value of missing_models



5
6
7
# File 'lib/llm_cost_tracker/price_sync/source_result.rb', line 5

def missing_models
  @missing_models
end

#pricesObject (readonly)

Returns the value of attribute prices

Returns:

  • (Object)

    the current value of prices



5
6
7
# File 'lib/llm_cost_tracker/price_sync/source_result.rb', line 5

def prices
  @prices
end

#source_versionObject (readonly)

Returns the value of attribute source_version

Returns:

  • (Object)

    the current value of source_version



5
6
7
# File 'lib/llm_cost_tracker/price_sync/source_result.rb', line 5

def source_version
  @source_version
end