Module: Sidekiq::Result::Worker
- Defined in:
- lib/sidekiq_result/worker.rb
Instance Attribute Summary collapse
-
#expiration ⇒ Object
Returns the value of attribute expiration.
Instance Method Summary collapse
Instance Attribute Details
#expiration ⇒ Object
Returns the value of attribute expiration.
2 3 4 |
# File 'lib/sidekiq_result/worker.rb', line 2 def expiration @expiration end |
Instance Method Details
#store_result? ⇒ Boolean
4 5 6 |
# File 'lib/sidekiq_result/worker.rb', line 4 def store_result? true end |