class

Analyzer::Python::DjangoNinja::Operation

Inherits Reference < Object

A single decorated operation (may serve several HTTP methods).

Constructors

new(methods : Array(String), path : String, line : Int32, params : Array(Param), callees : Array(Callee), def_path : String)
Source

Instance methods

callees
Source
callees=(callees : Array(Callee))
Source
def_path
Source
def_path=(def_path : String)
Source
line
Source
line=(line : Int32)
Source
methods
Source
methods=(methods : Array(String))
Source
params
Source
params=(params : Array(Param))
Source
path
Source
path=(path : String)
Source