Class: VagrantVmHosts::Config
- Inherits:
-
Vagrant::Config::Base
- Object
- Vagrant::Config::Base
- VagrantVmHosts::Config
- Defined in:
- lib/vagrant-vmhosts/config.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#list ⇒ Object
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 |