Class: LlmCostTracker::PriceSync::RefreshResult

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



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

def changes
  @changes
end

#not_modifiedObject (readonly)

Returns the value of attribute not_modified

Returns:

  • (Object)

    the current value of not_modified



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

def not_modified
  @not_modified
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#source_urlObject (readonly)

Returns the value of attribute source_url

Returns:

  • (Object)

    the current value of source_url



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

def source_url
  @source_url
end

#source_versionObject (readonly)

Returns the value of attribute source_version

Returns:

  • (Object)

    the current value of source_version



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

def source_version
  @source_version
end

#writtenObject (readonly)

Returns the value of attribute written

Returns:

  • (Object)

    the current value of written



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

def written
  @written
end