class Lucky::RouteHelper
- Lucky::RouteHelper
- Reference
- Object
Included Modules
- Habitat::SettingsHelpers
- Habitat::TempConfig
Defined in:
lucky/route_helper.crConstant Summary
-
HABITAT_SETTINGS =
[{decl: base_uri : String, example: nil, validation: nil}] of Nil
Constructors
Class Method Summary
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #method : Symbol
- #path : String
- #settings
- #url : String
Constructor Detail
Class Method Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.