Class: Concurrent::Postable::Package

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

Instance Attribute Summary collapse

Instance Attribute Details

#handlerObject

Returns the value of attribute handler



12
13
14
# File 'lib/concurrent/actor.rb', line 12

def handler
  @handler
end

#messageObject

Returns the value of attribute message



12
13
14
# File 'lib/concurrent/actor.rb', line 12

def message
  @message
end

#notifierObject

Returns the value of attribute notifier



12
13
14
# File 'lib/concurrent/actor.rb', line 12

def notifier
  @notifier
end