Method: Shoppe::Settings#initialize

Defined in:
lib/shoppe/settings.rb

#initialize(hash) ⇒ Settings

Returns a new instance of Settings.



4
5
6
# File 'lib/shoppe/settings.rb', line 4

def initialize(hash)
  @hash = hash
end