Class: MailHandler::Receiving::Notification::Console

Inherits:
Object
  • Object
show all
Defined in:
lib/mailhandler/receiving/notification/console.rb

Overview

notification in form of console output

Defined Under Namespace

Modules: Seconds

Instance Method Summary collapse

Instance Method Details

#notify(search) ⇒ Object



8
9
10
# File 'lib/mailhandler/receiving/notification/console.rb', line 8

def notify(search)
  output_delay Time.now - search.started_at
end