struct
Noir::TreeSitterPythonRouteExtractor::Decoration
- Noir::TreeSitterPythonRouteExtractor::Decoration
- Struct
- Value
- Object
Overview
A @<router>.route(...) or @<router>.<method>(...) decorator, paired
with the def/class it applies to.
Defined in:
miniparsers/python_route_extractor_ts.crConstructors
Instance Method Summary
- #attribute_name : String
- #decorator_line : Int32
- #def_line : Int32
- #def_name : String
- #methods : Array(String)
- #path : String
- #router_name : String
Constructor Detail
def self.new(router_name : String, attribute_name : String, path : String, methods : Array(String), decorator_line : Int32, def_line : Int32, def_name : String)
#