Class: BatchProcessor::Collection

Inherits:
Spicerack::InputModel
  • Object
show all
Defined in:
lib/batch_processor/collection.rb

Direct Known Subclasses

BatchBase::BatchCollection

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

#itemsObject



5
6
7
# File 'lib/batch_processor/collection.rb', line 5

def items
  []
end