Class: BatchProcessor::Collection
- Inherits:
-
Spicerack::InputModel
- Object
- Spicerack::InputModel
- BatchProcessor::Collection
- Defined in:
- lib/batch_processor/collection.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#item_to_job_params(item) ⇒ Object
9 10 11 |
# File 'lib/batch_processor/collection.rb', line 9 def item_to_job_params(item) item end |
#items ⇒ Object
5 6 7 |
# File 'lib/batch_processor/collection.rb', line 5 def items [] end |