Class: IngestJob
- Inherits:
-
Hyrax::ApplicationJob
- Object
- ActiveJob::Base
- Hyrax::ApplicationJob
- IngestJob
- Defined in:
- app/jobs/ingest_job.rb
Instance Method Summary collapse
-
#perform(wrapper, notification: false) ⇒ Object
rubocop:disable Lint/UnusedMethodArgument.
Instance Method Details
#perform(wrapper, notification: false) ⇒ Object
rubocop:disable Lint/UnusedMethodArgument
15 16 17 |
# File 'app/jobs/ingest_job.rb', line 15 def perform(wrapper, notification: false) wrapper.ingest_file end |