Class: RubyLLM::Models::Registry::PublishedSource::Result
- Inherits:
-
Struct
- Object
- Struct
- RubyLLM::Models::Registry::PublishedSource::Result
- Defined in:
- lib/ruby_llm/models/registry.rb
Instance Attribute Summary collapse
-
#etag ⇒ Object
Returns the value of attribute etag.
-
#models ⇒ Object
Returns the value of attribute models.
-
#not_modified ⇒ Object
Returns the value of attribute not_modified.
Instance Attribute Details
#etag ⇒ Object
Returns the value of attribute etag
87 88 89 |
# File 'lib/ruby_llm/models/registry.rb', line 87 def etag @etag end |
#models ⇒ Object
Returns the value of attribute models
87 88 89 |
# File 'lib/ruby_llm/models/registry.rb', line 87 def models @models end |
#not_modified ⇒ Object
Returns the value of attribute not_modified
87 88 89 |
# File 'lib/ruby_llm/models/registry.rb', line 87 def not_modified @not_modified end |