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
10 11 12 |
# File 'lib/batch_processor/collection.rb', line 10 def item_to_job_params(item) item end |
#items ⇒ Object
6 7 8 |
# File 'lib/batch_processor/collection.rb', line 6 def items [] end |