struct Marten::Routing::TranslatedPath

Overview

Represents a translated path used in routes.

Defined in:

marten/routing/translated_path.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : String) #

[View source]

Instance Method Detail

def ==(other : TranslatedPath) #

[View source]
def key : String #

[View source]
def to_s(io) #

[View source]