class MailHandler::Receiving::Notification::MaxDelay

maximum delay checked happened

Public Instance Methods

notify(search) click to toggle source
# File lib/mailhandler/receiving/notification/email/states.rb, line 71
def notify(search)
  send_notification_email(:delayed, search)
end