struct Noir::TreeSitterKotlinRouteExtractor::GraphqlRoute

Defined in:

miniparsers/kotlin_route_extractor_ts.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(operation_keyword : String, root_kind : String, field_name : String, line : Int32, class_name : String, method_name : String, arguments : Array(NamedTuple(name: String, type: String))) #

[View source]

Instance Method Detail

def arguments : Array(NamedTuple(name: String, type: String)) #

[View source]
def class_name : String #

[View source]
def field_name : String #

[View source]
def line : Int32 #

[View source]
def method_name : String #

[View source]
def operation_keyword : String #

[View source]
def root_kind : String #

[View source]