Method: BatchApi::Processor#strategy

Defined in:
lib/batch_api/processor.rb

#strategyObject

Public: the processing strategy to use, based on the options provided in BatchApi setup and the request. Currently only Sequential is supported.



30
31
32
# File 'lib/batch_api/processor.rb', line 30

def strategy
  BatchApi::Processor::Sequential
end