Class: PickListJob
- Inherits:
-
Struct
- Object
- Struct
- PickListJob
- Defined in:
- app/jobs/pick_list_job.rb
Overview
Triggers the building of the submission
Instance Attribute Summary collapse
-
#pick_list_id ⇒ Object
Returns the value of attribute pick_list_id.
Instance Method Summary collapse
Instance Attribute Details
#pick_list_id ⇒ Object
Returns the value of attribute pick_list_id
3 4 5 |
# File 'app/jobs/pick_list_job.rb', line 3 def pick_list_id @pick_list_id end |
Instance Method Details
#perform ⇒ Object
5 6 7 |
# File 'app/jobs/pick_list_job.rb', line 5 def perform PickList.find(pick_list_id).process_immediately end |