Skip to content

enum Athena::Routing::CompiledRoute::Token::Type #

Represents if a ART::CompiledRoute::Token is static text, or has a variable portion.

Members#

TEXT = 0#

Static text.

VARIABLE = 1#

Variable data.

Methods#

#text?#

Returns true if this enum value equals TEXT

View source

#variable?#

Returns true if this enum value equals VARIABLE

View source