module Dynamodb
Represents a data hash object that is can be stored in a DynamoDB
NoSql Database.
Builds a Query for the DynamoDB table.
@param [Object] source DynamoDB table object
Constants
- VERSION
Attributes
configuration[RW]
Public Class Methods
configure() { |configuration| ... }
click to toggle source
# File lib/dynamodb.rb, line 24 def self.configure yield(configuration) end
reset()
click to toggle source
# File lib/dynamodb.rb, line 20 def self.reset @configuration = Configuration.new end