Method: Unicron::Job#delay

Defined in:
lib/unicron/job.rb

#delayObject

Time before the first run, and between repeats of this Job.



21
22
23
# File 'lib/unicron/job.rb', line 21

def delay
  @delay
end