class Slack::Notifier::PayloadMiddleware::Base

def initialize notifier, opts={}

def initialize notifier, opts={}
  @notifier = notifier
  @options  = self.class.default_opts.merge opts
end