Method: WishSimple::Configuration#options

Defined in:
lib/wishsimple/configuration.rb

#optionsObject



30
31
32
33
34
# File 'lib/wishsimple/configuration.rb', line 30

def options
  options = {}
  OPTIONS_KEYS.each{|k| options[k] = send(k)}
  options
end