Module: VagrantVbguest::Config::Attributes

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

Instance Attribute Summary collapse

Instance Attribute Details

#allow_downgradeObject

Returns the value of attribute allow_downgrade.



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

def allow_downgrade
  @allow_downgrade
end

#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

#installer_argumentsObject

Returns the value of attribute installer_arguments.



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

def installer_arguments
  @installer_arguments
end

#installer_hooksObject

Returns the value of attribute installer_hooks.



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

def installer_hooks
  @installer_hooks
end

#installer_optionsObject

Returns the value of attribute installer_options.



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

def installer_options
  @installer_options
end

#iso_mount_pointObject

Returns the value of attribute iso_mount_point.



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

def iso_mount_point
  @iso_mount_point
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

#iso_upload_pathObject

Returns the value of attribute iso_upload_path.



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

def iso_upload_path
  @iso_upload_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

#yesObject

Returns the value of attribute yes.



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

def yes
  @yes
end