class Wrappi::AsyncJob

Public Class Methods

perform_later(*args) click to toggle source
# File lib/wrappi/async_job.rb, line 45
def self.perform_later(*args)
  puts "Unable to perform async ActiveJob is not installed"
  new().wrappi_perform(*args)
end
set(options = {}) click to toggle source
# File lib/wrappi/async_job.rb, line 42
def self.set(options = {})
  self
end