enum

Crygen::Enums::PropScope

Inherits Enum < Comparable < Value < Object

Enum that identifies the property scope such as public, protected and private.

Constants

Public = 1
Protected = 2
Private = 4
None = 0
All = 7

Instance methods

none?
Source
private?

Returns true if this enum value contains Private

Source
protected?

Returns true if this enum value contains Protected

Source
public?

Returns true if this enum value contains Public

Source