Class: VagrantPlugins::GoodHosts::Config
- Inherits:
-
Object
- Object
- VagrantPlugins::GoodHosts::Config
- Defined in:
- lib/vagrant-goodhosts/config.rb
Overview
Vagrant plugin definition
Instance Attribute Summary collapse
-
#aliases ⇒ Object
Returns the value of attribute aliases.
-
#disable_clean ⇒ Object
Returns the value of attribute disable_clean.
-
#id ⇒ Object
Returns the value of attribute id.
-
#remove_on_suspend ⇒ Object
Returns the value of attribute remove_on_suspend.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
12 13 14 15 |
# File 'lib/vagrant-goodhosts/config.rb', line 12 def initialize @remove_on_suspend = true @disable_clean = true end |
Instance Attribute Details
#aliases ⇒ Object
Returns the value of attribute aliases.
7 8 9 |
# File 'lib/vagrant-goodhosts/config.rb', line 7 def aliases @aliases end |
#disable_clean ⇒ Object
Returns the value of attribute disable_clean.
10 11 12 |
# File 'lib/vagrant-goodhosts/config.rb', line 10 def disable_clean @disable_clean end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/vagrant-goodhosts/config.rb', line 8 def id @id end |
#remove_on_suspend ⇒ Object
Returns the value of attribute remove_on_suspend.
9 10 11 |
# File 'lib/vagrant-goodhosts/config.rb', line 9 def remove_on_suspend @remove_on_suspend end |