Class: Dynamodb::Api::Update::Attributes

Inherits:
Base
  • Object
show all
Defined in:
lib/dynamodb/api/update/attributes.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from Base

#update_item

Instance Method Details

#remove_attributes(key, cols, table_name) ⇒ Object



7
8
9
# File 'lib/dynamodb/api/update/attributes.rb', line 7

def remove_attributes(key, cols, table_name)
  update_item(key, cols, table_name)
end