struct Noir::TreeSitterPythonRouteExtractor::BlueprintDecl

Overview

A name = (module.)?Blueprint(url_prefix="...") declaration.

Defined in:

miniparsers/python_route_extractor_ts.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, prefix : String, line : Int32) #

[View source]

Instance Method Detail

def line : Int32 #

[View source]
def name : String #

[View source]
def prefix : String #

[View source]