Class: CheckAndNotify::Cron

Inherits:
Object
  • Object
show all
Defined in:
lib/check_and_notify/cron.rb

Class Method Summary collapse

Class Method Details

.initObject



3
4
5
6
7
8
# File 'lib/check_and_notify/cron.rb', line 3

def self.init
  init_every_hour_cron
  init_every_ten_minutes_cron
  init_every_thirty_minutes_cron
  init_every_one_minute_cron
end