module DateTimeStepWith::CronMatcherTimeMethods

Public Instance Methods

self_cron_array() click to toggle source
# File lib/date_time_step_with/cron_matcher.rb, line 41
def self_cron_array 
  %W(#{self.min} #{self.hour} #{self.day} #{self.month} #{self.wday} #{self.year})
end