Method: Noticent::Config#skip_alert_with_no_subscribers
- Defined in:
- lib/noticent/config.rb
#skip_alert_with_no_subscribers ⇒ Object
119 120 121 |
# File 'lib/noticent/config.rb', line 119 def skip_alert_with_no_subscribers [:skip_alert_with_no_subscribers].nil? ? false : [:skip_alert_with_no_subscribers] end |