Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Analyzer::Python::DjangoNinja::NinjaInstance
Inherits
Reference
<
Object
A NinjaAPI / Router instance and everything discovered about it.
Constructors
new
(kind :
Int32
, path :
String
, var :
String
, base :
String
)
Source
Instance methods
base
Source
base=
(base :
String
)
Source
edges
Source
edges=
(edges :
Array
(
RouterEdge
))
Source
kind
Source
kind=
(kind :
Int32
)
Source
mount_prefixes
Source
mount_prefixes=
(mount_prefixes :
Set
(
String
))
Source
operations
Source
operations=
(operations :
Array
(
Operation
))
Source
path
Source
path=
(path :
String
)
Source
var
Source
var=
(var :
String
)
Source