Class: LlmCostTracker::PriceSync::SyncResult
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::PriceSync::SyncResult
- Defined in:
- lib/llm_cost_tracker/price_sync.rb
Instance Attribute Summary collapse
-
#changes ⇒ Object
readonly
Returns the value of attribute changes.
-
#discrepancies ⇒ Object
readonly
Returns the value of attribute discrepancies.
-
#failed_sources ⇒ Object
readonly
Returns the value of attribute failed_sources.
-
#flagged ⇒ Object
readonly
Returns the value of attribute flagged.
-
#orphaned_models ⇒ Object
readonly
Returns the value of attribute orphaned_models.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#rejected ⇒ Object
readonly
Returns the value of attribute rejected.
-
#sources_used ⇒ Object
readonly
Returns the value of attribute sources_used.
-
#updated_models ⇒ Object
readonly
Returns the value of attribute updated_models.
-
#written ⇒ Object
readonly
Returns the value of attribute written.
Instance Attribute Details
#changes ⇒ Object (readonly)
Returns the value of attribute changes
23 24 25 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 23 def changes @changes end |
#discrepancies ⇒ Object (readonly)
Returns the value of attribute discrepancies
23 24 25 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 23 def discrepancies @discrepancies end |
#failed_sources ⇒ Object (readonly)
Returns the value of attribute failed_sources
23 24 25 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 23 def failed_sources @failed_sources end |
#flagged ⇒ Object (readonly)
Returns the value of attribute flagged
23 24 25 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 23 def flagged @flagged end |
#orphaned_models ⇒ Object (readonly)
Returns the value of attribute orphaned_models
23 24 25 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 23 def orphaned_models @orphaned_models end |
#path ⇒ Object (readonly)
Returns the value of attribute path
23 24 25 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 23 def path @path end |
#rejected ⇒ Object (readonly)
Returns the value of attribute rejected
23 24 25 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 23 def rejected @rejected end |
#sources_used ⇒ Object (readonly)
Returns the value of attribute sources_used
23 24 25 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 23 def sources_used @sources_used end |
#updated_models ⇒ Object (readonly)
Returns the value of attribute updated_models
23 24 25 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 23 def updated_models @updated_models end |
#written ⇒ Object (readonly)
Returns the value of attribute written
23 24 25 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 23 def written @written end |