Class: Racket::Utils::Routing::RouterParams
- Inherits:
-
Struct
- Object
- Struct
- Racket::Utils::Routing::RouterParams
- Defined in:
- lib/racket/utils/routing.rb
Overview
Struct for keeping track router parameters.
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#env ⇒ Object
Returns the value of attribute env.
-
#params ⇒ Object
Returns the value of attribute params.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
24 25 26 |
# File 'lib/racket/utils/routing.rb', line 24 def action @action end |
#env ⇒ Object
Returns the value of attribute env
24 25 26 |
# File 'lib/racket/utils/routing.rb', line 24 def env @env end |
#params ⇒ Object
Returns the value of attribute params
24 25 26 |
# File 'lib/racket/utils/routing.rb', line 24 def params @params end |