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

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

Instance Method Summary collapse

Instance Method Details

#batch_delete!(records) ⇒ Object



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

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

#batch_save!(records) ⇒ Object



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

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