class Chrysalis::Router::Branch(RouteAttachmentType)
- Chrysalis::Router::Branch(RouteAttachmentType)
- Reference
- Object
Overview
This is branch for building tree for router There could be attachment to branch
Defined in:
chrysalis-router/manager.crConstructors
Instance Method Summary
- #attachment
- #branches
- #route?
-
#to_s(ident = 0)
For debug purpose
Constructor Detail
def self.new(attachment : Nil | Chrysalis::Router::BranchAttachment(RouteAttachmentType))
#