Class: AtlasEngine::ApplicationJob
- Inherits:
-
ActiveJob::Base
- Object
- ActiveJob::Base
- AtlasEngine::ApplicationJob
- Defined in:
- app/jobs/atlas_engine/application_job.rb
Direct Known Subclasses
AtlasEngine::AddressImporter::OpenAddress::GeoJsonImportLauncherJob, AtlasEngine::AddressImporter::ResumableImportJob, Us::Jobs::AddressImporter::CombinedImportJob
Instance Method Summary collapse
Instance Method Details
#argument(key) ⇒ Object
6 7 8 |
# File 'app/jobs/atlas_engine/application_job.rb', line 6 def argument(key) arguments.first&.fetch(key, nil) end |