Class: MoneyOnline::Config
- Inherits:
-
Object
- Object
- MoneyOnline::Config
- Includes:
- ActiveSupport::Configurable
- Defined in:
- lib/money_online/config.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize(options = {}) ⇒ Config
Returns a new instance of Config.
7 8 9 10 11 |
# File 'lib/money_online/config.rb', line 7 def initialize( = {}) .each do |key, value| config.send("#{key}=", value) end end |