class Chrysalis::Router::RoutesManager(RouteAttachmentType)
- Chrysalis::Router::RoutesManager(RouteAttachmentType)
- Reference
- Object
Overview
Manages routes, adding them, finding the, throwing error if not found.
Defined in:
chrysalis-router/manager.crInstance Method Summary
-
#add_route(path : String, attachment : RouteAttachmentType)
Adding route and return value to the tree
- #debug_tree_structure : String
- #resolve_path(path : String) : RouteAttachmentType
Instance Method Detail
def add_route(path : String, attachment : RouteAttachmentType)
#
Adding route and return value to the tree