class Object
Public Instance Methods
call_later(*args)
click to toggle source
# File lib/interactor/async.rb, line 35 def call_later *args Interactor::Async.config.job_wrapper.perform_later(name, *args) end
# File lib/interactor/async.rb, line 35 def call_later *args Interactor::Async.config.job_wrapper.perform_later(name, *args) end