Class: ConfigToolkit::KeyValueConfig
- Inherits:
-
BaseConfig
- Object
- BaseConfig
- ConfigToolkit::KeyValueConfig
- Defined in:
- lib/configtoolkit/keyvalueconfig.rb
Overview
This class configures instances of the KeyValueReader and KeyValueWriter classes. It essentially describes a key-value file format (what delimiter is used to separate keys and values, what string prefixes comments, etc).
See KeyValue.txt for more details.
Constant Summary collapse
- DEFAULT_CONFIG =
Just use the default values for all of the parameters.
self.new(){}
Constants inherited from BaseConfig
Instance Attribute Summary
Attributes inherited from BaseConfig
Method Summary
Methods inherited from BaseConfig
#==, #dump, #enforce_specs, inherited, #initialize, load, #load, load_group, #raise_error, #to_s, #validate_all_values
Constructor Details
This class inherits a constructor from ConfigToolkit::BaseConfig