Method: LHC::Config#initialize
- Defined in:
- lib/lhc/config.rb
#initialize ⇒ Config
Returns a new instance of Config.
6 7 8 9 |
# File 'lib/lhc/config.rb', line 6 def initialize @endpoints = {} @placeholders = {} end |
Returns a new instance of Config.
6 7 8 9 |
# File 'lib/lhc/config.rb', line 6 def initialize @endpoints = {} @placeholders = {} end |