Class: Vagrant::Hostmaster::Config

Inherits:
Config::Base
  • Object
show all
Defined in:
lib/vagrant/hostmaster/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aliasesObject

Returns the value of attribute aliases.



5
6
7
# File 'lib/vagrant/hostmaster/config.rb', line 5

def aliases
  @aliases
end

#guestsObject

Returns the value of attribute guests.



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

def guests
  @guests
end

#localObject

Returns the value of attribute local.



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

def local
  @local
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/vagrant/hostmaster/config.rb', line 4

def name
  @name
end

#quietObject

Returns the value of attribute quiet.



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

def quiet
  @quiet
end