Module: Hooksler::Channel::Input

Included in:
SimpleInput
Defined in:
lib/hooksler/channel.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.extended(base) ⇒ Object



36
37
38
# File 'lib/hooksler/channel.rb', line 36

def self.extended(base)
  base.send :extend, Channel
end

Instance Method Details

#register(name) ⇒ Object



40
41
42
43
# File 'lib/hooksler/channel.rb', line 40

def register(name)
  @inbound_channel_name = name
  register_channel :input, name
end