Method: Commutator::Model#put_item
- Defined in:
- lib/commutator/model.rb
#put_item(options = nil) ⇒ Object
71 72 73 74 |
# File 'lib/commutator/model.rb', line 71 def put_item( = nil) dynamo_request(:put_item, ) unless invalid? errors.empty? end |