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.
-
#name ⇒ Object
Returns the value of attribute name.
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 |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/vagrant/hostmaster/config.rb', line 4 def name @name end |