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



10
11
12
# File 'lib/batch_processor/collection.rb', line 10

def item_to_job_params(item)
  item
end

#itemsObject



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

def items
  []
end