Class: RoutingFilter::ResultWrapper::RouteWithParams
- Inherits:
-
Struct
- Object
- Struct
- RoutingFilter::ResultWrapper::RouteWithParams
- Defined in:
- lib/routing_filter/result_wrapper.rb
Instance Attribute Summary collapse
-
#params ⇒ Object
Returns the value of attribute params.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
Instance Attribute Details
#params ⇒ Object
Returns the value of attribute params
3 4 5 |
# File 'lib/routing_filter/result_wrapper.rb', line 3 def params @params end |
#url ⇒ Object
Returns the value of attribute url
3 4 5 |
# File 'lib/routing_filter/result_wrapper.rb', line 3 def url @url end |
Instance Method Details
#path(_) ⇒ Object
4 5 6 |
# File 'lib/routing_filter/result_wrapper.rb', line 4 def path(_) url end |