Module: GenericJob::Async
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/generic_job/async.rb
Instance Method Summary collapse
Instance Method Details
#async(opts = {}) ⇒ Object
13 14 15 |
# File 'lib/generic_job/async.rb', line 13 def async(opts = {}) GenericJob::Stub.new self, opts end |