struct Noir::TreeSitterJaxRsExtractor::Route

Defined in:

miniparsers/jaxrs_extractor_ts.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(verb : String, path : String, class_name : String, method_name : String, line : Int32, parameter_format : Nil | String, params : Array(Param), callees : Array(Tuple(String, Int32)), file_path : Nil | String = nil, protocol : String = "http") #

[View source]

Instance Method Detail

def callees : Array(Tuple(String, Int32)) #

[View source]
def class_name : String #

[View source]
def file_path : String | Nil #

[View source]
def line : Int32 #

[View source]
def method_name : String #

[View source]
def parameter_format : String | Nil #

[View source]
def params : Array(Param) #

[View source]
def path : String #

[View source]
def protocol : String #

[View source]
def verb : String #

[View source]