Class: RecallImportJob
- Inherits:
-
Struct
- Object
- Struct
- RecallImportJob
- Defined in:
- app/models/job/recall_import_job.rb
Instance Attribute Summary collapse
-
#import_id ⇒ Object
Returns the value of attribute import_id.
Instance Method Summary collapse
Instance Attribute Details
#import_id ⇒ Object
Returns the value of attribute import_id
1 2 3 |
# File 'app/models/job/recall_import_job.rb', line 1 def import_id @import_id end |
Instance Method Details
#perform ⇒ Object
2 3 4 |
# File 'app/models/job/recall_import_job.rb', line 2 def perform Import.find(self.import_id).recall end |