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
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.
: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.
: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.
: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.
[PRIVATE, PROTECTED, PUBLIC].freeze