module Dynamoid
Shamelessly stolen from Mongoid!
Constants
- MAX_ITEM_SIZE
Public Instance Methods
adapter()
click to toggle source
# File lib/dynamoid.rb, line 47 def adapter @adapter ||= Adapter.new end
configure() { |Config| ... }
click to toggle source
# File lib/dynamoid.rb, line 34 def configure block_given? ? yield(Dynamoid::Config) : Dynamoid::Config end
Also aliased as: config
included_models()
click to toggle source
# File lib/dynamoid.rb, line 43 def included_models @included_models ||= [] end
logger()
click to toggle source
# File lib/dynamoid.rb, line 39 def logger Dynamoid::Config.logger end