Class: Interactor::Async::Dispatcher
- Inherits:
-
ActiveJob::Base
- Object
- ActiveJob::Base
- Interactor::Async::Dispatcher
- Defined in:
- lib/interactor/async.rb
Instance Method Summary collapse
Instance Method Details
#perform(name, *args) ⇒ Object
8 9 10 |
# File 'lib/interactor/async.rb', line 8 def perform(name, *args) name.constantize.call(*args) end |