Class: VagrantVmHosts::Config

Inherits:
Vagrant::Config::Base
  • Object
show all
Defined in:
lib/vagrant-vmhosts/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#listObject



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

def list
  @list || []
end

Instance Method Details

#validate(env, errors) ⇒ Object



9
10
11
# File 'lib/vagrant-vmhosts/config.rb', line 9

def validate(env, errors)
  # check hash format
end