Method: Unicron::Job#task

Defined in:
lib/unicron/job.rb

#taskObject

Proc that gets called when the Job is run.



43
44
45
# File 'lib/unicron/job.rb', line 43

def task
  @task
end