Class: Vagrant::Config::VagrantConfig
- Defined in:
- lib/vagrant/config.rb
Instance Attribute Summary collapse
-
#dotfile_name ⇒ Object
Returns the value of attribute dotfile_name.
-
#home ⇒ Object
Returns the value of attribute home.
-
#log_output ⇒ Object
Returns the value of attribute log_output.
Attributes inherited from Base
Method Summary
Methods inherited from Base
#[], #instance_variables_hash, #to_json
Instance Attribute Details
#dotfile_name ⇒ Object
Returns the value of attribute dotfile_name.
134 135 136 |
# File 'lib/vagrant/config.rb', line 134 def dotfile_name @dotfile_name end |
#home ⇒ Object
Returns the value of attribute home.
136 137 138 |
# File 'lib/vagrant/config.rb', line 136 def home @home end |
#log_output ⇒ Object
Returns the value of attribute log_output.
135 136 137 |
# File 'lib/vagrant/config.rb', line 135 def log_output @log_output end |