Class: Taskinator::Queues::DelayedJobAdapter::TaskWorker

Inherits:
Struct
  • Object
show all
Defined in:
lib/taskinator/queues/delayed_job.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#task_uuidObject

Returns the value of attribute task_uuid

Returns:

  • (Object)

    the current value of task_uuid



31
32
33
# File 'lib/taskinator/queues/delayed_job.rb', line 31

def task_uuid
  @task_uuid
end

Instance Method Details

#performObject



32
33
34
# File 'lib/taskinator/queues/delayed_job.rb', line 32

def perform
  Taskinator::TaskWorker.new(task_uuid).perform
end