struct Noir::TreeSitterKotlinRouteExtractor::Route

Defined in:

miniparsers/kotlin_route_extractor_ts.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(verb : String, path : String, class_name : String, method_name : String, line : Int32) #

[View source]

Instance Method Detail

def class_name : String #

[View source]
def line : Int32 #

[View source]
def method_name : String #

[View source]
def path : String #

[View source]
def verb : String #

[View source]