Class: LlmCostTracker::PriceSync::CheckResult
- Inherits:
-
Data
- Object
- Data
- LlmCostTracker::PriceSync::CheckResult
- Defined in:
- lib/llm_cost_tracker/price_sync.rb
Instance Attribute Summary collapse
-
#changes ⇒ Object
readonly
Returns the value of attribute changes.
-
#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.
-
#up_to_date ⇒ Object
readonly
Returns the value of attribute up_to_date.
Instance Attribute Details
#changes ⇒ Object (readonly)
Returns the value of attribute changes
20 21 22 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 20 def changes @changes end |
#path ⇒ Object (readonly)
Returns the value of attribute path
20 21 22 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 20 def path @path end |
#source_url ⇒ Object (readonly)
Returns the value of attribute source_url
20 21 22 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 20 def source_url @source_url end |
#source_version ⇒ Object (readonly)
Returns the value of attribute source_version
20 21 22 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 20 def source_version @source_version end |
#up_to_date ⇒ Object (readonly)
Returns the value of attribute up_to_date
20 21 22 |
# File 'lib/llm_cost_tracker/price_sync.rb', line 20 def up_to_date @up_to_date end |