enum
Athena::Routing::CompiledRoute::Token::Type
Overview
Represents if a ART::CompiledRoute::Token is static text, or has a variable portion.
Defined in:
compiled_route.crEnum Members
-
TEXT =
0 -
Static text.
-
VARIABLE =
1 -
Variable data.
Instance Method Summary
-
#text?
Returns
trueif this enum value equalsTEXT -
#variable?
Returns
trueif this enum value equalsVARIABLE