Module: Domainic::Attributer::Attribute::Signature::TYPE Private
- Defined in:
- lib/domainic/attributer/attribute/signature.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Constants defining valid attribute types
Constant Summary collapse
- ARGUMENT =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Returns argument type designation.
:argument- OPTION =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Returns option type designation.
:option- ALL =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Returns all valid type values.
[ARGUMENT, OPTION].freeze