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



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

def changes
  @changes
end

#discrepanciesObject (readonly)

Returns the value of attribute discrepancies

Returns:

  • (Object)

    the current value of discrepancies



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

def discrepancies
  @discrepancies
end

#failed_sourcesObject (readonly)

Returns the value of attribute failed_sources

Returns:

  • (Object)

    the current value of failed_sources



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

def failed_sources
  @failed_sources
end

#flaggedObject (readonly)

Returns the value of attribute flagged

Returns:

  • (Object)

    the current value of flagged



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

def flagged
  @flagged
end

#orphaned_modelsObject (readonly)

Returns the value of attribute orphaned_models

Returns:

  • (Object)

    the current value of orphaned_models



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

def orphaned_models
  @orphaned_models
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#rejectedObject (readonly)

Returns the value of attribute rejected

Returns:

  • (Object)

    the current value of rejected



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

def rejected
  @rejected
end

#sources_usedObject (readonly)

Returns the value of attribute sources_used

Returns:

  • (Object)

    the current value of sources_used



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

def sources_used
  @sources_used
end

#updated_modelsObject (readonly)

Returns the value of attribute updated_models

Returns:

  • (Object)

    the current value of updated_models



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

def updated_models
  @updated_models
end

#writtenObject (readonly)

Returns the value of attribute written

Returns:

  • (Object)

    the current value of written



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

def written
  @written
end