Parent

Methods

Class/Module Index [+]

Quicksearch

Celluloid::LinkingResponse

Response to a link request

Attributes

actor[R]
type[R]

Public Class Methods

new(actor, type) click to toggle source
# File lib/celluloid/system_events.rb, line 28
def initialize(actor, type)
  @actor, @type = actor, type.to_sym
  raise ArgumentError, "type must be link or unlink" unless [:link, :unlink].include?(@type)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.