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_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.1"

Class Method Summary collapse

Class Method Details

.init_cronObject



16
17
18
# File 'lib/check_and_notify.rb', line 16

def self.init_cron
  Cron.init
end