class
Analyzer::Python::DjangoNinja::RouterEdge
- Analyzer::Python::DjangoNinja::RouterEdge
- Reference
- Object
Overview
An <api>.add_router(prefix, target) edge, resolved lazily.
dotted marks a "news.api.router" string target (versus a
router variable reference).
Defined in:
analyzer/analyzers/python/django_ninja.crConstructors
Instance Method Summary
- #base : String
- #base=(base : String)
- #child_key : String | Nil
- #child_key=(child_key : String | Nil)
- #dotted=(dotted : Bool)
- #dotted? : Bool
- #prefix : String
- #prefix=(prefix : String)
- #source_file : String
- #source_file=(source_file : String)
- #target : String
- #target=(target : String)
Constructor Detail
def self.new(prefix : String, target : String, dotted : Bool, source_file : String, base : String)
#