Class: LlmCostTracker::PriceSync::SyncResult

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



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

def changes
  @changes
end

#discrepanciesObject (readonly)

Returns the value of attribute discrepancies

Returns:

  • (Object)

    the current value of discrepancies



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

def discrepancies
  @discrepancies
end

#failed_sourcesObject (readonly)

Returns the value of attribute failed_sources

Returns:

  • (Object)

    the current value of failed_sources



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

def failed_sources
  @failed_sources
end

#flaggedObject (readonly)

Returns the value of attribute flagged

Returns:

  • (Object)

    the current value of flagged



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

def flagged
  @flagged
end

#orphaned_modelsObject (readonly)

Returns the value of attribute orphaned_models

Returns:

  • (Object)

    the current value of orphaned_models



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

def orphaned_models
  @orphaned_models
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#rejectedObject (readonly)

Returns the value of attribute rejected

Returns:

  • (Object)

    the current value of rejected



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

def rejected
  @rejected
end

#sources_usedObject (readonly)

Returns the value of attribute sources_used

Returns:

  • (Object)

    the current value of sources_used



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

def sources_used
  @sources_used
end

#updated_modelsObject (readonly)

Returns the value of attribute updated_models

Returns:

  • (Object)

    the current value of updated_models



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

def updated_models
  @updated_models
end

#writtenObject (readonly)

Returns the value of attribute written

Returns:

  • (Object)

    the current value of written



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

def written
  @written
end