Class: ChatworkBridge::Notifiers::DebugNotifier

Inherits:
Object
  • Object
show all
Defined in:
lib/chatwork_bridge/notifiers/debug_notifier.rb

Instance Method Summary collapse

Instance Method Details

#notify(notification) ⇒ Object



6
7
8
# File 'lib/chatwork_bridge/notifiers/debug_notifier.rb', line 6

def notify(notification)
  $logger.debug notification
end