class Analyzer::Python::DjangoNinja::NinjaInstance

Overview

A NinjaAPI / Router instance and everything discovered about it.

Defined in:

analyzer/analyzers/python/django_ninja.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(kind : Int32, path : String, var : String, base : String) #

[View source]

Instance Method Detail

def base : String #

[View source]
def base=(base : String) #

[View source]
def edges : Array(RouterEdge) #

[View source]
def edges=(edges : Array(RouterEdge)) #

[View source]
def kind : Int32 #

[View source]
def kind=(kind : Int32) #

[View source]
def mount_prefixes : Set(String) #

[View source]
def mount_prefixes=(mount_prefixes : Set(String)) #

[View source]
def operations : Array(Operation) #

[View source]
def operations=(operations : Array(Operation)) #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]
def var : String #

[View source]
def var=(var : String) #

[View source]