struct Radbas::Routing::Result(T)

Defined in:

radbas-routing/result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(handler : T | Nil = nil, methods : Array(String) = [] of String, params : Hash(String, String) = {} of String => String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(handler _handler = @handler, methods _methods = @methods, params _params = @params) #

[View source]
def handler : T | Nil #

def match? : Bool #

[View source]
def methods : Array(String) #

def params : Hash(String, String) #