Class: Legion::Extensions::Llm::Inventory::Registry::ScopeState

Inherits:
Data
  • Object
show all
Defined in:
lib/legion/extensions/llm/inventory/registry.rb

Overview

Private per-instance state. Never leaves registry.rb.

Instance Attribute Summary collapse

Instance Attribute Details

#availabilityObject (readonly)

Returns the value of attribute availability

Returns:

  • (Object)

    the current value of availability



22
23
24
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22

def availability
  @availability
end

#availability_revisionObject (readonly)

Returns the value of attribute availability_revision

Returns:

  • (Object)

    the current value of availability_revision



22
23
24
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22

def availability_revision
  @availability_revision
end

#callableObject (readonly)

Returns the value of attribute callable

Returns:

  • (Object)

    the current value of callable



22
23
24
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22

def callable
  @callable
end

#callable_handleObject (readonly)

Returns the value of attribute callable_handle

Returns:

  • (Object)

    the current value of callable_handle



22
23
24
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22

def callable_handle
  @callable_handle
end

#instance_keyObject (readonly)

Returns the value of attribute instance_key

Returns:

  • (Object)

    the current value of instance_key



22
23
24
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22

def instance_key
  @instance_key
end

#lanesObject (readonly)

Returns the value of attribute lanes

Returns:

  • (Object)

    the current value of lanes



22
23
24
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22

def lanes
  @lanes
end

#last_sequenceObject (readonly)

Returns the value of attribute last_sequence

Returns:

  • (Object)

    the current value of last_sequence



22
23
24
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22

def last_sequence
  @last_sequence
end

#offeringsObject (readonly)

Returns the value of attribute offerings

Returns:

  • (Object)

    the current value of offerings



22
23
24
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22

def offerings
  @offerings
end

#probe_request_handleObject (readonly)

Returns the value of attribute probe_request_handle

Returns:

  • (Object)

    the current value of 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_statusObject (readonly)

Returns the value of attribute publication_status

Returns:

  • (Object)

    the current value of publication_status



22
23
24
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22

def publication_status
  @publication_status
end

#published_atObject (readonly)

Returns the value of attribute published_at

Returns:

  • (Object)

    the current value of published_at



22
23
24
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22

def published_at
  @published_at
end

#publisher_tokenObject (readonly)

Returns the value of attribute publisher_token

Returns:

  • (Object)

    the current value of publisher_token



22
23
24
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22

def publisher_token
  @publisher_token
end

#unavailable_revisionObject (readonly)

Returns the value of attribute unavailable_revision

Returns:

  • (Object)

    the current value of unavailable_revision



22
23
24
# File 'lib/legion/extensions/llm/inventory/registry.rb', line 22

def unavailable_revision
  @unavailable_revision
end