Class: HttpDecoy::Router::Match
- Inherits:
-
Struct
- Object
- Struct
- HttpDecoy::Router::Match
- Defined in:
- lib/http_decoy/router.rb
Instance Attribute Summary collapse
-
#params ⇒ Object
Returns the value of attribute params.
-
#route ⇒ Object
Returns the value of attribute route.
Instance Attribute Details
#params ⇒ Object
Returns the value of attribute params
7 8 9 |
# File 'lib/http_decoy/router.rb', line 7 def params @params end |
#route ⇒ Object
Returns the value of attribute route
7 8 9 |
# File 'lib/http_decoy/router.rb', line 7 def route @route end |