enum
Crygen::Enums::PropScope
Overview
Enum that identifies the property scope such as public, protected and private.
Defined in:
enums/prop_scope.crEnum Members
-
Public =
1 -
Protected =
2 -
Private =
4 -
None =
0 -
All =
7
Instance Method Summary
- #none?
-
#private?
Returns
trueif this enum value containsPrivate -
#protected?
Returns
trueif this enum value containsProtected -
#public?
Returns
trueif this enum value containsPublic