Class: LlmCostTracker::Pricing::Sync::RefreshResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#changesObject (readonly)

Returns the value of attribute changes

Returns:

  • (Object)

    the current value of changes



22
23
24
# File 'lib/llm_cost_tracker/pricing/sync.rb', line 22

def changes
  @changes
end

#not_modifiedObject (readonly)

Returns the value of attribute not_modified

Returns:

  • (Object)

    the current value of not_modified



22
23
24
# File 'lib/llm_cost_tracker/pricing/sync.rb', line 22

def not_modified
  @not_modified
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



22
23
24
# File 'lib/llm_cost_tracker/pricing/sync.rb', line 22

def path
  @path
end

#source_urlObject (readonly)

Returns the value of attribute source_url

Returns:

  • (Object)

    the current value of source_url



22
23
24
# File 'lib/llm_cost_tracker/pricing/sync.rb', line 22

def source_url
  @source_url
end

#source_versionObject (readonly)

Returns the value of attribute source_version

Returns:

  • (Object)

    the current value of source_version



22
23
24
# File 'lib/llm_cost_tracker/pricing/sync.rb', line 22

def source_version
  @source_version
end

#writtenObject (readonly)

Returns the value of attribute written

Returns:

  • (Object)

    the current value of written



22
23
24
# File 'lib/llm_cost_tracker/pricing/sync.rb', line 22

def written
  @written
end