class Lucky::Route
- Lucky::Route
- Reference
- Object
Defined in:
lucky/route.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #action : Lucky::Action.class
- #method : Symbol
- #path : String
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.