Class: Tenderloin::Config::TenderloinConfig
- Defined in:
- lib/tenderloin/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.
Method Summary
Methods inherited from Base
#[], #instance_variables_hash, #to_json
Instance Attribute Details
#dotfile_name ⇒ Object
Returns the value of attribute dotfile_name.
99 100 101 |
# File 'lib/tenderloin/config.rb', line 99 def dotfile_name @dotfile_name end |
#home ⇒ Object
Returns the value of attribute home.
101 102 103 |
# File 'lib/tenderloin/config.rb', line 101 def home @home end |
#log_output ⇒ Object
Returns the value of attribute log_output.
100 101 102 |
# File 'lib/tenderloin/config.rb', line 100 def log_output @log_output end |