class ActiveInteraction::Extras::ActiveJob::ConfiguredJob

Public Instance Methods

run(*args) click to toggle source
# File lib/active_interaction/extras/active_job.rb, line 27
def run(*args)
  perform_later(*args)
end
run!(*args) click to toggle source
# File lib/active_interaction/extras/active_job.rb, line 31
def run!(*args)
  perform_later(*args)
end