Class: MailHandler::Receiving::Notification::Console
- Inherits:
-
Object
- Object
- MailHandler::Receiving::Notification::Console
- Defined in:
- lib/mailhandler/receiving/notification/console.rb
Defined Under Namespace
Modules: Seconds
Instance Method Summary collapse
Instance Method Details
#notify(search) ⇒ Object
9 10 11 12 13 |
# File 'lib/mailhandler/receiving/notification/console.rb', line 9 def notify(search) output_delay Time.now - search.started_at end |