Class: Taskinator::Queues::DelayedJobAdapter::ProcessWorker

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#process_uuidObject

Returns the value of attribute process_uuid

Returns:

  • (Object)

    the current value of process_uuid



36
37
38
# File 'lib/taskinator/queues/delayed_job.rb', line 36

def process_uuid
  @process_uuid
end

Instance Method Details

#performObject



37
38
39
# File 'lib/taskinator/queues/delayed_job.rb', line 37

def perform
  Taskinator::ProcessWorker.new(process_uuid).perform
end