Class: Legion::Extensions::Llm::Inventory::Registry::ScopeState
- Inherits:
-
Data
- Object
- Data
- Legion::Extensions::Llm::Inventory::Registry::ScopeState
- Defined in:
- lib/legion/extensions/llm/inventory/registry.rb
Overview
Private per-instance state. Never leaves registry.rb.
Instance Attribute Summary collapse
-
#availability ⇒ Object
readonly
Returns the value of attribute availability.
-
#availability_revision ⇒ Object
readonly
Returns the value of attribute availability_revision.
-
#callable ⇒ Object
readonly
Returns the value of attribute callable.
-
#callable_handle ⇒ Object
readonly
Returns the value of attribute callable_handle.
-
#instance_key ⇒ Object
readonly
Returns the value of attribute instance_key.
-
#lanes ⇒ Object
readonly
Returns the value of attribute lanes.
-
#last_sequence ⇒ Object
readonly
Returns the value of attribute last_sequence.
-
#offerings ⇒ Object
readonly
Returns the value of attribute offerings.
-
#probe_request_handle ⇒ Object
readonly
Returns the value of attribute probe_request_handle.
-
#publication_status ⇒ Object
readonly
Returns the value of attribute publication_status.
-
#published_at ⇒ Object
readonly
Returns the value of attribute published_at.
-
#publisher_token ⇒ Object
readonly
Returns the value of attribute publisher_token.
-
#unavailable_revision ⇒ Object
readonly
Returns the value of attribute unavailable_revision.
Instance Attribute Details
#availability ⇒ Object (readonly)
Returns the value of attribute availability
22 23 24 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22 def availability @availability end |
#availability_revision ⇒ Object (readonly)
Returns the value of attribute availability_revision
22 23 24 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22 def availability_revision @availability_revision end |
#callable ⇒ Object (readonly)
Returns the value of attribute callable
22 23 24 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22 def callable @callable end |
#callable_handle ⇒ Object (readonly)
Returns the value of attribute callable_handle
22 23 24 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22 def callable_handle @callable_handle end |
#instance_key ⇒ Object (readonly)
Returns the value of attribute instance_key
22 23 24 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22 def instance_key @instance_key end |
#lanes ⇒ Object (readonly)
Returns the value of attribute lanes
22 23 24 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22 def lanes @lanes end |
#last_sequence ⇒ Object (readonly)
Returns the value of attribute last_sequence
22 23 24 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22 def last_sequence @last_sequence end |
#offerings ⇒ Object (readonly)
Returns the value of attribute offerings
22 23 24 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22 def offerings @offerings end |
#probe_request_handle ⇒ Object (readonly)
Returns the value of attribute probe_request_handle
22 23 24 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22 def probe_request_handle @probe_request_handle end |
#publication_status ⇒ Object (readonly)
Returns the value of attribute publication_status
22 23 24 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22 def publication_status @publication_status end |
#published_at ⇒ Object (readonly)
Returns the value of attribute published_at
22 23 24 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22 def published_at @published_at end |
#publisher_token ⇒ Object (readonly)
Returns the value of attribute publisher_token
22 23 24 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22 def publisher_token @publisher_token end |
#unavailable_revision ⇒ Object (readonly)
Returns the value of attribute unavailable_revision
22 23 24 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22 def unavailable_revision @unavailable_revision end |