Method: Massive::Notifications#notifier

Defined in:
lib/massive/notifications.rb

#notifierObject



17
18
19
# File 'lib/massive/notifications.rb', line 17

def notifier
  @notifier ||= self.class.notifier_class.new(notifier_id, self.class.notifier_options)
end