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?# View source #variable?# View source