Class: Wrappi::Async

Inherits:
ActiveJob::Base
  • Object
show all
Includes:
AsyncConcern
Defined in:
lib/wrappi/async_job.rb

Instance Method Summary collapse

Methods included from AsyncConcern

#wrappi_perform

Instance Method Details

#perform(*args) ⇒ Object



35
36
37
# File 'lib/wrappi/async_job.rb', line 35

def perform(*args)
  wrappi_perform(*args)
end