Class: Wurk::Batch::DeadSet
- Inherits:
-
Wurk::BatchSet
- Object
- Wurk::BatchSet
- Wurk::Batch::DeadSet
- Defined in:
- lib/wurk/batch_set.rb
Overview
Discovery view over batches that triggered ‘:death`. Iterates Status instances newest-first.
Constant Summary
Constants inherited from Wurk::BatchSet
Instance Method Summary collapse
-
#initialize ⇒ DeadSet
constructor
A new instance of DeadSet.
Methods inherited from Wurk::BatchSet
Constructor Details
#initialize ⇒ DeadSet
Returns a new instance of DeadSet.
62 63 64 |
# File 'lib/wurk/batch_set.rb', line 62 def initialize super(key: 'dead-batches') end |