Method: Subspace::Configuration::GroupConfig#initialize
- Defined in:
- lib/subspace/configuration.rb
#initialize(name) ⇒ GroupConfig
Returns a new instance of GroupConfig.
64 65 66 67 68 69 |
# File 'lib/subspace/configuration.rb', line 64 def initialize(name) @name = name.to_sym @hosts = [] @roles = [] @vars = OpenStruct.new end |