Module: DecoLite::FieldsOptionable
- Included in:
- FieldConflictable, OptionsDefaultable, OptionsValidatable
- Defined in:
- lib/deco_lite/fields_optionable.rb
Overview
Defines the fields option hash key and acceptable hash key values.
Constant Summary collapse
- OPTION_FIELDS =
The option hash key for this option.
:fields
- OPTION_FIELDS_MERGE =
The valid option values for this option key.
:merge
- OPTION_FIELDS_STRICT =
:strict
- OPTION_FIELDS_DEFAULT =
The default value for this option.
OPTION_FIELDS_MERGE
- OPTION_FIELDS_VALUES =
The valid option key values for this option.
[OPTION_FIELDS_MERGE, OPTION_FIELDS_STRICT].freeze