class
   Marten::Routing::MatchParameters
  
  - Marten::Routing::MatchParameters
 - Hash(String, Int16 | Int32 | Int64 | Int8 | String | UInt16 | UInt32 | UInt64 | UInt8 | UUID)
 - Reference
 - Object
 
Overview
A hash of matched parameters.
Defined in:
marten/routing/match_parameters.crInstance Method Summary
- #[](key : String | Symbol)
 - #[]?(key : String | Symbol)
 - #has_key?(key : String | Symbol)
 - #merge(other : MatchParameters)