Class: Pubnub::Message::Done
- Inherits:
-
InternalMessage
- Object
- InternalMessage
- Pubnub::Message::Done
- Defined in:
- lib/pubnub/message.rb
Overview
Used to letting terminator to kill the actor
Instance Attribute Summary collapse
-
#actor ⇒ Object
readonly
Returns the value of attribute actor.
Instance Method Summary collapse
-
#initialize(actor) ⇒ Done
constructor
A new instance of Done.
Constructor Details
#initialize(actor) ⇒ Done
Returns a new instance of Done.
11 12 13 |
# File 'lib/pubnub/message.rb', line 11 def initialize(actor) @actor = actor end |
Instance Attribute Details
#actor ⇒ Object (readonly)
Returns the value of attribute actor.
9 10 11 |
# File 'lib/pubnub/message.rb', line 9 def actor @actor end |