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
25 26 27 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 25 def changes @changes end |
#discrepancies ⇒ Object (readonly)
Returns the value of attribute discrepancies
25 26 27 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 25 def discrepancies @discrepancies end |
#failed_sources ⇒ Object (readonly)
Returns the value of attribute failed_sources
25 26 27 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 25 def failed_sources @failed_sources end |
#flagged ⇒ Object (readonly)
Returns the value of attribute flagged
25 26 27 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 25 def flagged @flagged end |
#orphaned_models ⇒ Object (readonly)
Returns the value of attribute orphaned_models
25 26 27 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 25 def orphaned_models @orphaned_models end |
#path ⇒ Object (readonly)
Returns the value of attribute path
25 26 27 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 25 def path @path end |
#rejected ⇒ Object (readonly)
Returns the value of attribute rejected
25 26 27 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 25 def rejected @rejected end |
#sources_used ⇒ Object (readonly)
Returns the value of attribute sources_used
25 26 27 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 25 def sources_used @sources_used end |
#updated_models ⇒ Object (readonly)
Returns the value of attribute updated_models
25 26 27 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 25 def updated_models @updated_models end |
#written ⇒ Object (readonly)
Returns the value of attribute written
25 26 27 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 25 def written @written end |