Class: UniformNotifier::HoneybadgerNotifier

Inherits:
Base
  • Object
show all
Defined in:
lib/uniform_notifier/honeybadger.rb

Class Method Summary collapse

Methods inherited from Base

inline_notify, out_of_channel_notify

Class Method Details

.active?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/uniform_notifier/honeybadger.rb', line 6

def active?
  !!UniformNotifier.honeybadger
end