Module: GuardWebHookNotifier

Defined in:
lib/guard-webhook-notifier.rb,
lib/guard-webhook-notifier/version.rb,
lib/guard-webhook-notifier/notifier.rb

Defined Under Namespace

Classes: Notifier

Constant Summary collapse

VERSION =
"0.0.4"

Class Method Summary collapse

Class Method Details

.register(name = 'webhook') ⇒ Object



7
8
9
# File 'lib/guard-webhook-notifier.rb', line 7

def register(name = 'webhook')
  Guard::Notifier::NOTIFIERS << { name => Notifier }
end