class Marten::Routing::MatchParameters

Overview

A hash of matched parameters.

Defined in:

marten/routing/match_parameters.cr

Instance Method Summary

Macros inherited from module Marten::Template::CanDefineTemplateAttributes

template_attributes(*names) template_attributes

Instance Method Detail

def [](key : String | Symbol) #

[View source]
def []?(key : String | Symbol) #

[View source]
def has_key?(key : String | Symbol) #

[View source]
def merge(other : MatchParameters) #

[View source]