Module: Hooksler::Channel::InstanceMethods

Defined in:
lib/hooksler/channel.rb

Instance Method Summary collapse

Instance Method Details

#build_message(raw, params = {}, &block) ⇒ Object



26
27
28
# File 'lib/hooksler/channel.rb', line 26

def build_message(raw, params = {}, &block)
  Hooksler::Message.new(self.class.channel_name, raw, params, &block)
end

#route_defined(_path) ⇒ Object



30
31
32
# File 'lib/hooksler/channel.rb', line 30

def route_defined(_path)

end