Class: LlmCostTracker::Pricing::Sync::RefreshResult
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::Pricing::Sync::RefreshResult
- Defined in:
- lib/llm_cost_tracker/pricing/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
22 23 24 |
# File 'lib/llm_cost_tracker/pricing/sync.rb', line 22 def changes @changes end |
#not_modified ⇒ Object (readonly)
Returns the value of attribute not_modified
22 23 24 |
# File 'lib/llm_cost_tracker/pricing/sync.rb', line 22 def not_modified @not_modified end |
#path ⇒ Object (readonly)
Returns the value of attribute path
22 23 24 |
# File 'lib/llm_cost_tracker/pricing/sync.rb', line 22 def path @path end |
#source_url ⇒ Object (readonly)
Returns the value of attribute source_url
22 23 24 |
# File 'lib/llm_cost_tracker/pricing/sync.rb', line 22 def source_url @source_url end |
#source_version ⇒ Object (readonly)
Returns the value of attribute source_version
22 23 24 |
# File 'lib/llm_cost_tracker/pricing/sync.rb', line 22 def source_version @source_version end |
#written ⇒ Object (readonly)
Returns the value of attribute written
22 23 24 |
# File 'lib/llm_cost_tracker/pricing/sync.rb', line 22 def written @written end |