class Radbas::Routing::Node(T)

Defined in:

radbas-routing/node.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : Type = Type::STATIC, parent : Node(T) | Nil = nil, value : String = "", validator : Proc(String, Bool) | Nil = nil) #

[View source]

Instance Method Detail

def catchall #

[View source]
def dynamic #

[View source]
def parent #

[View source]
def static #

[View source]
def type #

[View source]
def validator #

[View source]
def value #

[View source]