Class: Vagrant::Hostmaster::Config
- Inherits:
-
Config::Base
- Object
- Config::Base
- Vagrant::Hostmaster::Config
- Defined in:
- lib/vagrant/hostmaster/config.rb
Instance Attribute Summary collapse
-
#aliases ⇒ Object
Returns the value of attribute aliases.
-
#guests ⇒ Object
Returns the value of attribute guests.
-
#local ⇒ Object
Returns the value of attribute local.
-
#name ⇒ Object
Returns the value of attribute name.
-
#quiet ⇒ Object
Returns the value of attribute quiet.
Instance Attribute Details
#aliases ⇒ Object
Returns the value of attribute aliases.
5 6 7 |
# File 'lib/vagrant/hostmaster/config.rb', line 5 def aliases @aliases end |
#guests ⇒ Object
Returns the value of attribute guests.
8 9 10 |
# File 'lib/vagrant/hostmaster/config.rb', line 8 def guests @guests end |
#local ⇒ Object
Returns the value of attribute local.
6 7 8 |
# File 'lib/vagrant/hostmaster/config.rb', line 6 def local @local end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/vagrant/hostmaster/config.rb', line 4 def name @name end |
#quiet ⇒ Object
Returns the value of attribute quiet.
7 8 9 |
# File 'lib/vagrant/hostmaster/config.rb', line 7 def quiet @quiet end |