Class: Dynamodb::Api::Update::Item
- Inherits:
-
Object
- Object
- Dynamodb::Api::Update::Item
- Defined in:
- lib/dynamodb/api/update/item.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#update_item(key, cols, table_name) ⇒ Object
7 8 9 10 11 12 13 14 |
# File 'lib/dynamodb/api/update/item.rb', line 7 def update_item(key, cols, table_name) @key = key @cols = cols @table_name = table_name client = Adapter.client client.update_item(build_update_clause) end |