class Caco::Configuration

Attributes

eyaml_parser[RW]
root[RW]
write_files[RW]
write_files_root[RW]

Public Class Methods

new() click to toggle source
# File lib/caco/config.rb, line 17
def initialize
  @root = 'donotreply@example.com'
  @write_files = true
  @write_files_root = nil
end