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



48
49
50
# File 'lib/taskinator/queues/delayed_job.rb', line 48

def task_uuid
  @task_uuid
end

Instance Method Details

#performObject



49
50
51
# File 'lib/taskinator/queues/delayed_job.rb', line 49

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