struct

Analyzer::Rust::Rwf::Registration

Inherits Struct < Value < Object

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.

Constructors

new(path : String, controller : String | Nil, kind : Symbol, row : Int32)
Source

Instance methods

clone
Source
controller
copy_with(path _path = @path, controller _controller = @controller, kind _kind = @kind, row _row = @row)
Source
kind
path
row