Class: Dynamodb::Api::Update::Item

Inherits:
Base
  • Object
show all
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
# File 'lib/dynamodb/api/update/item.rb', line 7

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