Class: UniformNotifier::AppsignalNotifier

Inherits:
Base
  • Object
show all
Defined in:
lib/uniform_notifier/appsignal.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/appsignal.rb', line 6

def active?
  !!UniformNotifier.appsignal
end