enum Ven::Suite::MWeight

Overview

Model weight is, simply speaking, the priority, or defineness, of a model. A model with higher weight should be evaluated first, though it really depends on the context.

Defined in:

ven/suite/model.cr

Enum Members

ANON_ANY = 1
ANY = 2
ANON_TYPE = 3
TYPE = 4
ANON_VALUE = 5
VALUE = 6

Instance Method Summary

Instance Method Detail

def anon_any? #

[View source]
def anon_type? #

[View source]
def anon_value? #

[View source]
def any? #

[View source]
def type? #

[View source]
def value? #

[View source]