Module: VagrantVbguest::Config::Attributes

Included in:
VagrantVbguest::Config, VagrantVbguest::Config
Defined in:
lib/vagrant-vbguest/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#auto_rebootObject

Returns the value of attribute auto_reboot.



6
7
8
# File 'lib/vagrant-vbguest/config.rb', line 6

def auto_reboot
  @auto_reboot
end

#auto_updateObject

Returns the value of attribute auto_update.



6
7
8
# File 'lib/vagrant-vbguest/config.rb', line 6

def auto_update
  @auto_update
end

#installerObject

Returns the value of attribute installer.



6
7
8
# File 'lib/vagrant-vbguest/config.rb', line 6

def installer
  @installer
end

#iso_pathObject

Returns the value of attribute iso_path.



6
7
8
# File 'lib/vagrant-vbguest/config.rb', line 6

def iso_path
  @iso_path
end

#no_installObject

Returns the value of attribute no_install.



6
7
8
# File 'lib/vagrant-vbguest/config.rb', line 6

def no_install
  @no_install
end

#no_remoteObject

Returns the value of attribute no_remote.



6
7
8
# File 'lib/vagrant-vbguest/config.rb', line 6

def no_remote
  @no_remote
end