Class: Rbgo::ActorClosedMsg

Inherits:
Object
  • Object
show all
Defined in:
lib/rbgo/actor.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(actor) ⇒ ActorClosedMsg

Returns a new instance of ActorClosedMsg.



10
11
12
# File 'lib/rbgo/actor.rb', line 10

def initialize(actor)
  self.actor = actor
end

Instance Attribute Details

#actorObject

Returns the value of attribute actor.



8
9
10
# File 'lib/rbgo/actor.rb', line 8

def actor
  @actor
end