Class: LlmCostTracker::PriceSync::RefreshResult
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::PriceSync::RefreshResult
- Defined in:
- lib/llm_cost_tracker/price_sync.rb
Instance Attribute Summary collapse
-
#changes ⇒ Object
readonly
Returns the value of attribute changes.
-
#not_modified ⇒ Object
readonly
Returns the value of attribute not_modified.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#source_url ⇒ Object
readonly
Returns the value of attribute source_url.
-
#source_version ⇒ Object
readonly
Returns the value of attribute source_version.
-
#written ⇒ Object
readonly
Returns the value of attribute written.
Instance Attribute Details
#changes ⇒ Object (readonly)
Returns the value of attribute changes
19 20 21 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 19 def changes @changes end |
#not_modified ⇒ Object (readonly)
Returns the value of attribute not_modified
19 20 21 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 19 def not_modified @not_modified end |
#path ⇒ Object (readonly)
Returns the value of attribute path
19 20 21 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 19 def path @path end |
#source_url ⇒ Object (readonly)
Returns the value of attribute source_url
19 20 21 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 19 def source_url @source_url end |
#source_version ⇒ Object (readonly)
Returns the value of attribute source_version
19 20 21 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 19 def source_version @source_version end |
#written ⇒ Object (readonly)
Returns the value of attribute written
19 20 21 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 19 def written @written end |