Method: Cuetip::Job.delay_execution

Defined in:
lib/cuetip/job.rb

.delay_executionObject

The length of time (in seconds) from when this job is queued to when it should be executed



39
40
41
# File 'lib/cuetip/job.rb', line 39

def delay_execution
  @delay_execution || 0
end