struct Noir::TreeSitterGoRouteExtractor::Route

Defined in:

miniparsers/go_route_extractor_ts.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(router_name : String, verb : String, path : String, raw_path : String, handler : String, line : Int32, query_params : Array(String) = [] of String) #

[View source]

Instance Method Detail

def handler : String #

[View source]
def line : Int32 #

[View source]
def path : String #

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

[View source]
def raw_path : String #

[View source]
def router_name : String #

[View source]
def verb : String #

[View source]