Exception: MandateJob::MandateJobNeedsRequeuing
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- MandateJob::MandateJobNeedsRequeuing
- Defined in:
- lib/mandate/rails/mandate_job.rb
Instance Attribute Summary collapse
-
#wait ⇒ Object
readonly
Returns the value of attribute wait.
Instance Method Summary collapse
-
#initialize(wait) ⇒ MandateJobNeedsRequeuing
constructor
A new instance of MandateJobNeedsRequeuing.
Constructor Details
#initialize(wait) ⇒ MandateJobNeedsRequeuing
Returns a new instance of MandateJobNeedsRequeuing.
7 8 9 10 |
# File 'lib/mandate/rails/mandate_job.rb', line 7 def initialize(wait) @wait = wait super(nil) end |
Instance Attribute Details
#wait ⇒ Object (readonly)
Returns the value of attribute wait.
5 6 7 |
# File 'lib/mandate/rails/mandate_job.rb', line 5 def wait @wait end |