Class: Hybridge::IngestPackageJob
- Inherits:
-
ApplicationJob
- Object
- ActiveJob::Base
- ApplicationJob
- Hybridge::IngestPackageJob
- Defined in:
- app/jobs/hybridge/ingest_package_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(package_location, collection_id, current_user) ⇒ Object
6 7 8 |
# File 'app/jobs/hybridge/ingest_package_job.rb', line 6 def perform(package_location, collection_id, current_user) Hybridge::Batch::Ingest.new(package_location, collection_id, current_user) end |