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
23 24 25 |
# File 'lib/llm_cost_tracker/pricing/sync.rb', line 23 def changes @changes end |
#path ⇒ Object (readonly)
Returns the value of attribute path
23 24 25 |
# File 'lib/llm_cost_tracker/pricing/sync.rb', line 23 def path @path end |
#source_url ⇒ Object (readonly)
Returns the value of attribute source_url
23 24 25 |
# File 'lib/llm_cost_tracker/pricing/sync.rb', line 23 def source_url @source_url end |
#source_version ⇒ Object (readonly)
Returns the value of attribute source_version
23 24 25 |
# File 'lib/llm_cost_tracker/pricing/sync.rb', line 23 def source_version @source_version end |
#up_to_date ⇒ Object (readonly)
Returns the value of attribute up_to_date
23 24 25 |
# File 'lib/llm_cost_tracker/pricing/sync.rb', line 23 def up_to_date @up_to_date end |