Class: Caco::Configuration
- Inherits:
-
Object
- Object
- Caco::Configuration
- Defined in:
- lib/caco/config.rb
Instance Attribute Summary collapse
-
#eyaml_parser ⇒ Object
Returns the value of attribute eyaml_parser.
-
#root ⇒ Object
Returns the value of attribute root.
-
#write_files ⇒ Object
Returns the value of attribute write_files.
-
#write_files_root ⇒ Object
Returns the value of attribute write_files_root.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
17 18 19 20 21 |
# File 'lib/caco/config.rb', line 17 def initialize @root = '[email protected]' @write_files = true @write_files_root = nil end |
Instance Attribute Details
#eyaml_parser ⇒ Object
Returns the value of attribute eyaml_parser.
13 14 15 |
# File 'lib/caco/config.rb', line 13 def eyaml_parser @eyaml_parser end |
#root ⇒ Object
Returns the value of attribute root.
12 13 14 |
# File 'lib/caco/config.rb', line 12 def root @root end |
#write_files ⇒ Object
Returns the value of attribute write_files.
14 15 16 |
# File 'lib/caco/config.rb', line 14 def write_files @write_files end |
#write_files_root ⇒ Object
Returns the value of attribute write_files_root.
15 16 17 |
# File 'lib/caco/config.rb', line 15 def write_files_root @write_files_root end |