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

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

Instance Method Summary collapse

Instance Method Details

#batch_delete!(records) ⇒ Object



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

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

#batch_save!(records) ⇒ Object



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

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