Class: VagrantPlugins::VirtualHostsUpdater::Config
- Inherits:
-
Object
- Object
- VagrantPlugins::VirtualHostsUpdater::Config
- Defined in:
- lib/vagrant-virtual-hostsupdater/config.rb
Instance Attribute Summary collapse
-
#aliases ⇒ Object
Returns the value of attribute aliases.
-
#id ⇒ Object
Returns the value of attribute id.
-
#remove_on_suspend ⇒ Object
Returns the value of attribute remove_on_suspend.
Instance Attribute Details
#aliases ⇒ Object
Returns the value of attribute aliases.
6 7 8 |
# File 'lib/vagrant-virtual-hostsupdater/config.rb', line 6 def aliases @aliases end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/vagrant-virtual-hostsupdater/config.rb', line 7 def id @id end |
#remove_on_suspend ⇒ Object
Returns the value of attribute remove_on_suspend.
8 9 10 |
# File 'lib/vagrant-virtual-hostsupdater/config.rb', line 8 def remove_on_suspend @remove_on_suspend end |