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?# Returns true if this enum value equals FULL #none?# Returns true if this enum value equals NONE #partial?# Returns true if this enum value equals PARTIAL