Class: Celluloid::LinkingResponse
- Inherits:
-
SystemEvent::LinkingEvent
- Object
- SystemEvent
- SystemEvent::LinkingEvent
- Celluloid::LinkingResponse
- Defined in:
- lib/celluloid/system_events.rb
Overview
Response to a link request
Instance Attribute Summary collapse
-
#actor ⇒ Object
readonly
Returns the value of attribute actor.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Method Summary
Methods inherited from SystemEvent::LinkingEvent
Methods inherited from SystemEvent
Constructor Details
This class inherits a constructor from Celluloid::SystemEvent::LinkingEvent
Instance Attribute Details
#actor ⇒ Object (readonly)
Returns the value of attribute actor.
69 70 71 |
# File 'lib/celluloid/system_events.rb', line 69 def actor @actor end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
69 70 71 |
# File 'lib/celluloid/system_events.rb', line 69 def type @type end |