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
true
if this enum value containsPrivate
-
#protected?
Returns
true
if this enum value containsProtected
-
#public?
Returns
true
if this enum value containsPublic