Class: MailHandler::Receiving::Notification::MaxDelay

Inherits:
DelayState
  • Object
show all
Defined in:
lib/mailhandler/receiving/notification/email/states.rb

Overview

maximum delay checked happened

Instance Attribute Summary

Attributes inherited from DelayState

#context, #notified

Instance Method Summary collapse

Methods inherited from DelayState

#initialize, #notification_fired

Constructor Details

This class inherits a constructor from MailHandler::Receiving::Notification::DelayState

Instance Method Details

#notify(search) ⇒ Object



71
72
73
# File 'lib/mailhandler/receiving/notification/email/states.rb', line 71

def notify(search)
  send_notification_email(:delayed, search)
end