Module: VagrantVbguest::Config::Attributes
- Included in:
- VagrantVbguest::Config, VagrantVbguest::Config
- Defined in:
- lib/vagrant-vbguest/config.rb
Instance Attribute Summary collapse
-
#allow_downgrade ⇒ Object
Returns the value of attribute allow_downgrade.
-
#auto_reboot ⇒ Object
Returns the value of attribute auto_reboot.
-
#auto_update ⇒ Object
Returns the value of attribute auto_update.
-
#installer ⇒ Object
Returns the value of attribute installer.
-
#installer_arguments ⇒ Object
Returns the value of attribute installer_arguments.
-
#installer_hooks ⇒ Object
Returns the value of attribute installer_hooks.
-
#installer_options ⇒ Object
Returns the value of attribute installer_options.
-
#iso_mount_point ⇒ Object
Returns the value of attribute iso_mount_point.
-
#iso_path ⇒ Object
Returns the value of attribute iso_path.
-
#iso_upload_path ⇒ Object
Returns the value of attribute iso_upload_path.
-
#no_install ⇒ Object
Returns the value of attribute no_install.
-
#no_remote ⇒ Object
Returns the value of attribute no_remote.
-
#yes ⇒ Object
Returns the value of attribute yes.
Instance Attribute Details
#allow_downgrade ⇒ Object
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_reboot ⇒ Object
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_update ⇒ Object
Returns the value of attribute auto_update.
6 7 8 |
# File 'lib/vagrant-vbguest/config.rb', line 6 def auto_update @auto_update end |
#installer ⇒ Object
Returns the value of attribute installer.
6 7 8 |
# File 'lib/vagrant-vbguest/config.rb', line 6 def installer @installer end |
#installer_arguments ⇒ Object
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_hooks ⇒ Object
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_options ⇒ Object
Returns the value of attribute installer_options.
6 7 8 |
# File 'lib/vagrant-vbguest/config.rb', line 6 def @installer_options end |
#iso_mount_point ⇒ Object
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_path ⇒ Object
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_path ⇒ Object
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_install ⇒ Object
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_remote ⇒ Object
Returns the value of attribute no_remote.
6 7 8 |
# File 'lib/vagrant-vbguest/config.rb', line 6 def no_remote @no_remote end |
#yes ⇒ Object
Returns the value of attribute yes.
6 7 8 |
# File 'lib/vagrant-vbguest/config.rb', line 6 def yes @yes end |