Class: RubyLLM::Models::Registry::PublishedSource::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_llm/models/registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#etagObject

Returns the value of attribute etag

Returns:

  • (Object)

    the current value of etag



87
88
89
# File 'lib/ruby_llm/models/registry.rb', line 87

def etag
  @etag
end

#modelsObject

Returns the value of attribute models

Returns:

  • (Object)

    the current value of models



87
88
89
# File 'lib/ruby_llm/models/registry.rb', line 87

def models
  @models
end

#not_modifiedObject

Returns the value of attribute not_modified

Returns:

  • (Object)

    the current value of not_modified



87
88
89
# File 'lib/ruby_llm/models/registry.rb', line 87

def not_modified
  @not_modified
end