Class: UniformNotifier::RollbarNotifier
- Defined in:
- lib/uniform_notifier/rollbar.rb
Constant Summary collapse
- DEFAULT_LEVEL =
'info'
Class Method Summary collapse
Methods inherited from Base
inline_notify, out_of_channel_notify
Class Method Details
.active? ⇒ Boolean
8 9 10 |
# File 'lib/uniform_notifier/rollbar.rb', line 8 def active? !!UniformNotifier. end |