Class: VagrantPlugins::Dotvm::Group::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-dotvm/group/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



7
8
9
# File 'lib/vagrant-dotvm/group/config.rb', line 7

def initialize
  @groups = UNSET_VALUE
end

Instance Attribute Details

#groupsObject

Returns the value of attribute groups.



5
6
7
# File 'lib/vagrant-dotvm/group/config.rb', line 5

def groups
  @groups
end

Instance Method Details

#finalize!Object



11
12
13
# File 'lib/vagrant-dotvm/group/config.rb', line 11

def finalize!
  @groups = {} if @groups == UNSET_VALUE
end