struct Analyzer::Crystal::Marten::MartenRouteMap

Overview

A Marten::Routing::Map.draw do … end block: the application's main map (Marten.routes.draw, fqn __main__) or a named sub-map (Auth::ROUTES = Marten::Routing::Map.draw, fqn Auth::ROUTES).

Defined in:

analyzer/analyzers/crystal/marten.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(fqn : String, entries : Array(MartenMapEntry)) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(fqn _fqn = @fqn, entries _entries = @entries) #

[View source]
def entries : Array(MartenMapEntry) #

def fqn : String #