Class: RobotLab::A2A::Registry::Entry
- Inherits:
-
Data
- Object
- Data
- RobotLab::A2A::Registry::Entry
- Defined in:
- lib/robot_lab/a2a/registry.rb
Instance Attribute Summary collapse
-
#answer_queue ⇒ Object
readonly
Returns the value of attribute answer_queue.
-
#event_queue ⇒ Object
readonly
Returns the value of attribute event_queue.
-
#thread ⇒ Object
readonly
Returns the value of attribute thread.
Instance Attribute Details
#answer_queue ⇒ Object (readonly)
Returns the value of attribute answer_queue
8 9 10 |
# File 'lib/robot_lab/a2a/registry.rb', line 8 def answer_queue @answer_queue end |
#event_queue ⇒ Object (readonly)
Returns the value of attribute event_queue
8 9 10 |
# File 'lib/robot_lab/a2a/registry.rb', line 8 def event_queue @event_queue end |
#thread ⇒ Object (readonly)
Returns the value of attribute thread
8 9 10 |
# File 'lib/robot_lab/a2a/registry.rb', line 8 def thread @thread end |