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

Author:

Since:

  • 0.1.0

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.

Returns:

  • (Symbol)

    argument type designation

Since:

  • 0.1.0

: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.

Returns:

  • (Symbol)

    option type designation

Since:

  • 0.1.0

: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.

Returns:

  • (Array<Symbol>)

    all valid type values

Since:

  • 0.1.0

[ARGUMENT, OPTION].freeze