Class: Charming::Router::DynamicRoute
- Inherits:
-
Data
- Object
- Data
- Charming::Router::DynamicRoute
- Defined in:
- lib/charming/router.rb
Instance Attribute Summary collapse
-
#param_names ⇒ Object
readonly
Returns the value of attribute param_names.
-
#pattern ⇒ Object
readonly
Returns the value of attribute pattern.
-
#route ⇒ Object
readonly
Returns the value of attribute route.
Instance Attribute Details
#param_names ⇒ Object (readonly)
Returns the value of attribute param_names
22 23 24 |
# File 'lib/charming/router.rb', line 22 def param_names @param_names end |
#pattern ⇒ Object (readonly)
Returns the value of attribute pattern
22 23 24 |
# File 'lib/charming/router.rb', line 22 def pattern @pattern end |
#route ⇒ Object (readonly)
Returns the value of attribute route
22 23 24 |
# File 'lib/charming/router.rb', line 22 def route @route end |