Method: BatchApi::Processor#execute!

Defined in:
lib/batch_api/processor.rb

#execute!Object

Public: run the batch operations according to the appropriate strategy.

Returns a set of BatchResponses



37
38
39
40
# File 'lib/batch_api/processor.rb', line 37

def execute!
  stack = InternalMiddleware.batch_stack(self)
  format_response(stack.call(middleware_env))
end