struct
Analyzer::Rust::Rwf::Registration
- Analyzer::Rust::Rwf::Registration
- Struct
- Value
- Object
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.crConstructors
Instance Method Summary
- #clone
- #controller : String | Nil
- #copy_with(path _path = @path, controller _controller = @controller, kind _kind = @kind, row _row = @row)
- #kind : Symbol
- #path : String
- #row : Int32
Constructor Detail
Instance Method Detail
def copy_with(path _path = @path, controller _controller = @controller, kind _kind = @kind, row _row = @row)
#