Method: Dynamoid::Config::Options#settings

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

#settingsHash

Get the settings or initialize a new empty hash.

Examples:

Get the settings.

options.settings

Returns:

  • (Hash)

    The setting options.

Since:

  • 0.2.0



73
74
75
# File 'lib/dynamoid/config/options.rb', line 73

def settings
  @settings ||= {}
end