class
Analyzer::Python::DjangoNinja::Operation
- Analyzer::Python::DjangoNinja::Operation
- Reference
- Object
Overview
A single decorated operation (may serve several HTTP methods).
Defined in:
analyzer/analyzers/python/django_ninja.crConstructors
Instance Method Summary
- #callees : Array(Callee)
- #callees=(callees : Array(Callee))
- #def_path : String
- #def_path=(def_path : String)
- #line : Int32
- #line=(line : Int32)
- #methods : Array(String)
- #methods=(methods : Array(String))
- #params : Array(Param)
- #params=(params : Array(Param))
- #path : String
- #path=(path : String)
Constructor Detail
def self.new(methods : Array(String), path : String, line : Int32, params : Array(Param), callees : Array(Callee), def_path : String)
#