Class: AtlasEngine::ApplicationJob

Inherits:
ActiveJob::Base
  • Object
show all
Defined in:
app/jobs/atlas_engine/application_job.rb

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