Method: Dynamoid::Config::Options#defaults

Defined in:
lib/dynamoid/config/options.rb

#defaultsHash

Get the defaults or initialize a new empty hash.

Examples:

Get the defaults.

options.defaults

Returns:

  • (Hash)

    The default options.

Since:

  • 0.2.0



16
17
18
# File 'lib/dynamoid/config/options.rb', line 16

def defaults
  @defaults ||= {}
end