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