Class: RobotLab::A2A::Registry::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/robot_lab/a2a/registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#answer_queueObject (readonly)

Returns the value of attribute answer_queue

Returns:

  • (Object)

    the current value of answer_queue



8
9
10
# File 'lib/robot_lab/a2a/registry.rb', line 8

def answer_queue
  @answer_queue
end

#event_queueObject (readonly)

Returns the value of attribute event_queue

Returns:

  • (Object)

    the current value of event_queue



8
9
10
# File 'lib/robot_lab/a2a/registry.rb', line 8

def event_queue
  @event_queue
end

#threadObject (readonly)

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



8
9
10
# File 'lib/robot_lab/a2a/registry.rb', line 8

def thread
  @thread
end