Class: Celluloid::LinkingResponse

Inherits:
SystemEvent::LinkingEvent show all
Defined in:
lib/celluloid/system_events.rb

Overview

Response to a link request

Instance Attribute Summary collapse

Method Summary

Methods inherited from SystemEvent::LinkingEvent

#initialize

Methods inherited from SystemEvent

handle, handler

Constructor Details

This class inherits a constructor from Celluloid::SystemEvent::LinkingEvent

Instance Attribute Details

#actorObject (readonly)

Returns the value of attribute actor.



69
70
71
# File 'lib/celluloid/system_events.rb', line 69

def actor
  @actor
end

#typeObject (readonly)

Returns the value of attribute type.



69
70
71
# File 'lib/celluloid/system_events.rb', line 69

def type
  @type
end