Module: CheckAndNotify
- Defined in:
- lib/check_and_notify.rb,
lib/check_and_notify/cron.rb,
lib/check_and_notify/version.rb,
lib/check_and_notify/callbacks.rb,
lib/check_and_notify/notifiers/slack.rb,
lib/check_and_notify/workers/slack_notifier_worker.rb,
lib/check_and_notify/workers/check_every_hour_worker.rb,
lib/check_and_notify/workers/check_every_one_minute_worker.rb,
lib/check_and_notify/workers/check_every_ten_minutes_worker.rb,
lib/check_and_notify/workers/check_every_thirty_minutes_worker.rb
Defined Under Namespace
Modules: Callbacks, Notifiers, Workers Classes: Cron
Constant Summary collapse
- VERSION =
"0.1.4"
Class Method Summary collapse
Class Method Details
.init_cron ⇒ Object
17 18 19 |
# File 'lib/check_and_notify.rb', line 17 def self.init_cron Cron.init end |