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



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

def process_uuid
  @process_uuid
end

Instance Method Details

#performObject



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

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