struct Analyzer::Swift::Hummingbird::RouteHit

Overview

A route hit discovered by the chain scanner.

Defined in:

analyzer/analyzers/swift/hummingbird.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(method : String, path : String, line_index : Int32, handler : String | Nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(method _method = @method, path _path = @path, line_index _line_index = @line_index, handler _handler = @handler) #

[View source]
def handler : String | Nil #

def line_index : Int32 #

def method : String #

def path : String #