class

Analyzer::Python::DjangoNinja::RouterEdge

Inherits Reference < Object

An <api>.add_router(prefix, target) edge, resolved lazily. dotted marks a "news.api.router" string target (versus a router variable reference).

Constructors

new(prefix : String, target : String, dotted : Bool, source_file : String, base : String)
Source

Instance methods

base
Source
base=(base : String)
Source
child_key
Source
child_key=(child_key : String | Nil)
Source
dotted=(dotted : Bool)
Source
dotted?
Source
prefix
Source
prefix=(prefix : String)
Source
source_file
Source
source_file=(source_file : String)
Source
target
Source
target=(target : String)
Source