struct Marten::Routing::Path::Match
- Marten::Routing::Path::Match
- Struct
- Value
- Object
Overview
Represents a match result for a path.
This struct is returned by the #resolve
method of a path spec object. It contains the extracted parameters
and the end index of the match in the path string.