Module: Domainic::Attributer::Attribute::Signature::VISIBILITY 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 visibility levels

Author:

Since:

  • 0.1.0

Constant Summary collapse

PRIVATE =

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 private visibility level.

Returns:

  • (Symbol)

    private visibility level

Since:

  • 0.1.0

:private
PROTECTED =

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 protected visibility level.

Returns:

  • (Symbol)

    protected visibility level

Since:

  • 0.1.0

:protected
PUBLIC =

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 public visibility level.

Returns:

  • (Symbol)

    public visibility level

Since:

  • 0.1.0

:public
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 visibility levels.

Returns:

  • (Array<Symbol>)

    all valid visibility levels

Since:

  • 0.1.0

[PRIVATE, PROTECTED, PUBLIC].freeze