Class: Taskinator::Queues::DelayedJobAdapter::TaskWorker
- Inherits:
-
Struct
- Object
- Struct
- Taskinator::Queues::DelayedJobAdapter::TaskWorker
- Defined in:
- lib/taskinator/queues/delayed_job.rb
Instance Attribute Summary collapse
-
#task_uuid ⇒ Object
Returns the value of attribute task_uuid.
Instance Method Summary collapse
Instance Attribute Details
#task_uuid ⇒ Object
Returns the value of attribute task_uuid
31 32 33 |
# File 'lib/taskinator/queues/delayed_job.rb', line 31 def task_uuid @task_uuid end |
Instance Method Details
#perform ⇒ Object
32 33 34 |
# File 'lib/taskinator/queues/delayed_job.rb', line 32 def perform Taskinator::TaskWorker.new(task_uuid).perform end |