Class: LlmCostTracker::PriceSync::CheckResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#changesObject (readonly)

Returns the value of attribute changes

Returns:

  • (Object)

    the current value of changes



35
36
37
# File 'lib/llm_cost_tracker/price_sync.rb', line 35

def changes
  @changes
end

#discrepanciesObject (readonly)

Returns the value of attribute discrepancies

Returns:

  • (Object)

    the current value of discrepancies



35
36
37
# File 'lib/llm_cost_tracker/price_sync.rb', line 35

def discrepancies
  @discrepancies
end

#failed_sourcesObject (readonly)

Returns the value of attribute failed_sources

Returns:

  • (Object)

    the current value of failed_sources



35
36
37
# File 'lib/llm_cost_tracker/price_sync.rb', line 35

def failed_sources
  @failed_sources
end

#flaggedObject (readonly)

Returns the value of attribute flagged

Returns:

  • (Object)

    the current value of flagged



35
36
37
# File 'lib/llm_cost_tracker/price_sync.rb', line 35

def flagged
  @flagged
end

#orphaned_modelsObject (readonly)

Returns the value of attribute orphaned_models

Returns:

  • (Object)

    the current value of orphaned_models



35
36
37
# File 'lib/llm_cost_tracker/price_sync.rb', line 35

def orphaned_models
  @orphaned_models
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



35
36
37
# File 'lib/llm_cost_tracker/price_sync.rb', line 35

def path
  @path
end

#rejectedObject (readonly)

Returns the value of attribute rejected

Returns:

  • (Object)

    the current value of rejected



35
36
37
# File 'lib/llm_cost_tracker/price_sync.rb', line 35

def rejected
  @rejected
end

#sources_usedObject (readonly)

Returns the value of attribute sources_used

Returns:

  • (Object)

    the current value of sources_used



35
36
37
# File 'lib/llm_cost_tracker/price_sync.rb', line 35

def sources_used
  @sources_used
end

#up_to_dateObject (readonly)

Returns the value of attribute up_to_date

Returns:

  • (Object)

    the current value of up_to_date



35
36
37
# File 'lib/llm_cost_tracker/price_sync.rb', line 35

def up_to_date
  @up_to_date
end