aws / aws-sdk-ruby-record

Official repository for the aws-record gem, an abstraction for Amazon DynamoDB.
Apache License 2.0
318 stars 41 forks source link

Added Utility Methods to Aws::Record Model Interface #82

Closed YashoSharma closed 6 years ago

YashoSharma commented 6 years ago

Description of changes: Added:

destroyed? new_record? persisted? update update! assign_attributes

Added unit tests to test this new functionality. Performed integration tests to ensure no regression occurred.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.