Class: Remap::Config
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- Remap::Config
- Defined in:
- lib/remap/config.rb
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
5 6 7 |
# File 'lib/remap/config.rb', line 5 def initialize super(validation: false) end |