enum Crygen::Enums::PropScope

Overview

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

Defined in:

enums/prop_scope.cr

Enum Members

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

Instance Method Summary

Instance Method Detail

def none? #

[View source]
def private? #

[View source]
def protected? #

[View source]
def public? #

[View source]