Class: VagrantPlugins::GoodHosts::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-goodhosts/config.rb

Overview

Vagrant plugin definition

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig



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

#aliasesObject

Returns the value of attribute aliases.



7
8
9
# File 'lib/vagrant-goodhosts/config.rb', line 7

def aliases
  @aliases
end

#disable_cleanObject

Returns the value of attribute disable_clean.



10
11
12
# File 'lib/vagrant-goodhosts/config.rb', line 10

def disable_clean
  @disable_clean
end

#idObject

Returns the value of attribute id.



8
9
10
# File 'lib/vagrant-goodhosts/config.rb', line 8

def id
  @id
end

#remove_on_suspendObject

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