class Lucky::Route

Defined in:

lucky/route.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(method : Symbol, path : String, action : Lucky::Action.class) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def action : Lucky::Action.class #

[View source]
def method : Symbol #

[View source]
def path : String #

[View source]