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



26
27
28
# File 'lib/taskinator/queues/delayed_job.rb', line 26

def process_uuid
  @process_uuid
end

Instance Method Details

#performObject



27
28
29
# File 'lib/taskinator/queues/delayed_job.rb', line 27

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