Module: ActiveJobDelayedExecution::Delayable
- Defined in:
- lib/active_job_delayed_execution/delayable.rb
Instance Method Summary collapse
Instance Method Details
#delayed(options = {}) ⇒ Object
3 4 5 |
# File 'lib/active_job_delayed_execution/delayable.rb', line 3 def delayed( = {}) ActiveJobDelayedExecution::Proxy.new(self, ) end |