struct Analyzer::Rust::Rwf::Registration

Overview

A discovered route registration before it is expanded into endpoints. #controller is the controller/type name (used to find the handle body for :route); it may be nil for anonymous receivers.

Defined in:

analyzer/analyzers/rust/rwf.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, controller : String | Nil, kind : Symbol, row : Int32) #

[View source]

Instance Method Detail

def clone #

[View source]
def controller : String | Nil #

def copy_with(path _path = @path, controller _controller = @controller, kind _kind = @kind, row _row = @row) #

[View source]
def kind : Symbol #

def path : String #

def row : Int32 #