Class: Karst::Web::RouteLookup::Result
- Inherits:
-
Struct
- Object
- Struct
- Karst::Web::RouteLookup::Result
- Defined in:
- lib/karst/web/route_lookup.rb
Instance Attribute Summary collapse
-
#limitation ⇒ Object
Returns the value of attribute limitation.
-
#params ⇒ Object
Returns the value of attribute params.
Instance Attribute Details
#limitation ⇒ Object
Returns the value of attribute limitation
12 13 14 |
# File 'lib/karst/web/route_lookup.rb', line 12 def limitation @limitation end |
#params ⇒ Object
Returns the value of attribute params
12 13 14 |
# File 'lib/karst/web/route_lookup.rb', line 12 def params @params end |