class Chrysalis::Router::Branch(RouteAttachmentType)

Overview

This is branch for building tree for router There could be attachment to branch

Defined in:

chrysalis-router/manager.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(attachment : Nil | Chrysalis::Router::BranchAttachment(RouteAttachmentType)) #

[View source]
def self.new #

[View source]

Instance Method Detail

def attachment #

[View source]
def branches #

[View source]
def route? #

[View source]
def to_s(ident = 0) #

For debug purpose


[View source]