Module: MailSchedulerQueue

Extended by:
ActiveSupport::Concern
Included in:
MailScheduler::IssueDueWorker, MailScheduler::NotificationServiceWorker
Defined in:
app/workers/concerns/mail_scheduler_queue.rb

Instance Method Summary collapse

Instance Method Details

#notification_serviceObject



10
11
12
# File 'app/workers/concerns/mail_scheduler_queue.rb', line 10

def notification_service
  @notification_service ||= NotificationService.new
end