Class: Actor::Supervisor::Actor
- Inherits:
-
Struct
- Object
- Struct
- Actor::Supervisor::Actor
- Defined in:
- lib/actor/supervisor.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#thread ⇒ Object
Returns the value of attribute thread.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
71 72 73 |
# File 'lib/actor/supervisor.rb', line 71 def address @address end |
#thread ⇒ Object
Returns the value of attribute thread
71 72 73 |
# File 'lib/actor/supervisor.rb', line 71 def thread @thread end |