Class: Tenderloin::Config::TenderloinConfig

Inherits:
Base
  • Object
show all
Defined in:
lib/tenderloin/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.



93
94
95
# File 'lib/tenderloin/config.rb', line 93

def dotfile_name
  @dotfile_name
end

#homeObject

Returns the value of attribute home.



95
96
97
# File 'lib/tenderloin/config.rb', line 95

def home
  @home
end

#log_outputObject

Returns the value of attribute log_output.



94
95
96
# File 'lib/tenderloin/config.rb', line 94

def log_output
  @log_output
end