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.
-
#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
23 24 25 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 23 def availability @availability end |
#availability_revision ⇒ Object (readonly)
Returns the value of attribute availability_revision
23 24 25 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 23 def availability_revision @availability_revision end |
#callable ⇒ Object (readonly)
Returns the value of attribute callable
23 24 25 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 23 def callable @callable end |
#callable_handle ⇒ Object (readonly)
Returns the value of attribute callable_handle
23 24 25 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 23 def callable_handle @callable_handle end |
#instance_key ⇒ Object (readonly)
Returns the value of attribute instance_key
23 24 25 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 23 def instance_key @instance_key end |
#lanes ⇒ Object (readonly)
Returns the value of attribute lanes
23 24 25 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 23 def lanes @lanes end |
#last_sequence ⇒ Object (readonly)
Returns the value of attribute last_sequence
23 24 25 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 23 def last_sequence @last_sequence end |
#probe_request_handle ⇒ Object (readonly)
Returns the value of attribute probe_request_handle
23 24 25 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 23 def probe_request_handle @probe_request_handle end |
#publication_status ⇒ Object (readonly)
Returns the value of attribute publication_status
23 24 25 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 23 def publication_status @publication_status end |
#published_at ⇒ Object (readonly)
Returns the value of attribute published_at
23 24 25 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 23 def published_at @published_at end |
#publisher_token ⇒ Object (readonly)
Returns the value of attribute publisher_token
23 24 25 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 23 def publisher_token @publisher_token end |
#unavailable_revision ⇒ Object (readonly)
Returns the value of attribute unavailable_revision
23 24 25 |
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 23 def unavailable_revision @unavailable_revision end |