Module: Dynamo::Record::BatchWrite::ClassMethods

Defined in:
lib/dynamo/record/batch_write.rb

Instance Method Summary collapse

Instance Method Details

#batch_delete!(records) ⇒ Object



12
13
14
# File 'lib/dynamo/record/batch_write.rb', line 12

def batch_delete!(records)
  batch_method(records, :delete)
end

#batch_save!(records) ⇒ Object



8
9
10
# File 'lib/dynamo/record/batch_write.rb', line 8

def batch_save!(records)
  batch_method(records, :save)
end