Method: Xanthus::Configuration#initialize
- Defined in:
- lib/xanthus/configuration.rb
#initialize ⇒ Configuration
Returns a new instance of Configuration.
16 17 18 19 20 21 |
# File 'lib/xanthus/configuration.rb', line 16 def initialize @params = Hash.new @vms = Hash.new @scripts = Hash.new @jobs = Hash.new end |