Class: IngestJob
- Inherits:
-
Hyrax::ApplicationJob
- Object
- ApplicationJob
- 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
16 17 18 |
# File 'app/jobs/ingest_job.rb', line 16 def perform(wrapper, notification: false) wrapper.ingest_file end |