Class: Concurrent::Postable::Package
- Inherits:
-
Struct
- Object
- Struct
- Concurrent::Postable::Package
- Defined in:
- lib/concurrent/actor.rb
Instance Attribute Summary collapse
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notifier ⇒ Object
Returns the value of attribute notifier.
Instance Attribute Details
#handler ⇒ Object
Returns the value of attribute handler
12 13 14 |
# File 'lib/concurrent/actor.rb', line 12 def handler @handler end |
#message ⇒ Object
Returns the value of attribute message
12 13 14 |
# File 'lib/concurrent/actor.rb', line 12 def @message end |
#notifier ⇒ Object
Returns the value of attribute notifier
12 13 14 |
# File 'lib/concurrent/actor.rb', line 12 def notifier @notifier end |