Method: Parse.batch
- Defined in:
- lib/parse/client/batch.rb
.batch(reqs = nil) ⇒ BatchOperation
Create a new batch operation.
11 12 13 |
# File 'lib/parse/client/batch.rb', line 11 def self.batch(reqs = nil) BatchOperation.new(reqs) end |