Class: Vagrant::Config::VagrantConfig

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

Instance Attribute Summary collapse

Attributes inherited from Base

#env

Method Summary

Methods inherited from Base

#[], #instance_variables_hash, #to_json

Instance Attribute Details

#dotfile_nameObject

Returns the value of attribute dotfile_name.



134
135
136
# File 'lib/vagrant/config.rb', line 134

def dotfile_name
  @dotfile_name
end

#homeObject

Returns the value of attribute home.



136
137
138
# File 'lib/vagrant/config.rb', line 136

def home
  @home
end

#log_outputObject

Returns the value of attribute log_output.



135
136
137
# File 'lib/vagrant/config.rb', line 135

def log_output
  @log_output
end