struct Analyzer::Crystal::Marten::MartenMapEntry

Overview

One path "…", Target[, name: …] line inside a routing map. #target is either a handler const (leaf route) or another map const (mount).

Defined in:

analyzer/analyzers/crystal/marten.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, target : String, file : String, line : Int32) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(path _path = @path, target _target = @target, file _file = @file, line _line = @line) #

[View source]
def file : String #

def line : Int32 #

def path : String #

def target : String #