enum Athena::Routing::Matcher::TraceableURLMatcher::Match # Represents the match level of a ART::Matcher::TraceableURLMatcher::Trace. Members# NONE = 0# The route did not match at all. PARTIAL = 1# The route matched, but not fully. FULL = 2# The route is a match. Methods# #full?# View source #none?# View source #partial?# View source