Module: Interactor::Async::ClassMethods
- Defined in:
- lib/interactor/sidekiq.rb
Instance Method Summary collapse
Instance Method Details
#call(context = {}) ⇒ Object
102 103 104 |
# File 'lib/interactor/sidekiq.rb', line 102 def call(context = {}) default_async_call(context) end |
#call!(context = {}) ⇒ Object
106 107 108 |
# File 'lib/interactor/sidekiq.rb', line 106 def call!(context = {}) default_async_call(context) end |