class Amber::Router::TerminalSegment(T)

Defined in:

amber_router/segments/terminal_segment.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(route : T, full_path : String) #

[View source]

Instance Method Detail

def formatted_s(*, ts = 0) #

[View source]
def full_path : String #

[View source]
def full_path=(full_path : String) #

[View source]
def priority : Int32 #

[View source]
def priority=(priority : Int32) #

[View source]
def route : T #

[View source]
def route=(route : T) #

[View source]