Method: AbstractNotifier::Base.with

Defined in:
lib/abstract_notifier/base.rb

.with(params) ⇒ Object



123
124
125
# File 'lib/abstract_notifier/base.rb', line 123

def with(params)
  ParamsProxy.new(self, params)
end