Class: LlmCostTracker::PriceSync::CheckResult

Inherits:
Data
  • Object
show all
Defined in:
lib/llm_cost_tracker/price_sync.rb

Instance Attribute Summary collapse

Instance Attribute Details

#changesObject (readonly)

Returns the value of attribute changes

Returns:

  • (Object)

    the current value of changes



20
21
22
# File 'lib/llm_cost_tracker/price_sync.rb', line 20

def changes
  @changes
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



20
21
22
# File 'lib/llm_cost_tracker/price_sync.rb', line 20

def path
  @path
end

#source_urlObject (readonly)

Returns the value of attribute source_url

Returns:

  • (Object)

    the current value of source_url



20
21
22
# File 'lib/llm_cost_tracker/price_sync.rb', line 20

def source_url
  @source_url
end

#source_versionObject (readonly)

Returns the value of attribute source_version

Returns:

  • (Object)

    the current value of source_version



20
21
22
# File 'lib/llm_cost_tracker/price_sync.rb', line 20

def source_version
  @source_version
end

#up_to_dateObject (readonly)

Returns the value of attribute up_to_date

Returns:

  • (Object)

    the current value of up_to_date



20
21
22
# File 'lib/llm_cost_tracker/price_sync.rb', line 20

def up_to_date
  @up_to_date
end