Class: Vagrant::Config::VagrantConfig

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#[], #instance_variables_hash, #to_json

Instance Attribute Details

#dotfile_nameObject

Returns the value of attribute dotfile_name.



128
129
130
# File 'lib/vagrant/config.rb', line 128

def dotfile_name
  @dotfile_name
end

#homeObject

Returns the value of attribute home.



130
131
132
# File 'lib/vagrant/config.rb', line 130

def home
  @home
end

#log_outputObject

Returns the value of attribute log_output.



129
130
131
# File 'lib/vagrant/config.rb', line 129

def log_output
  @log_output
end