struct Analyzer::Ruby::Hanami::RouteFrame

Defined in:

analyzer/analyzers/ruby/hanami.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String = "", slice : String | Nil = nil, action_prefix : String = "") #

[View source]

Instance Method Detail

def action_prefix : String #

[View source]
def action_prefix=(action_prefix : String) #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]
def slice : String? #

[View source]
def slice=(slice : Nil | String) #

[View source]