Class: NuHttp::Router::Route
- Inherits:
-
Data
- Object
- Data
- NuHttp::Router::Route
- Defined in:
- lib/nuhttp/router.rb
Instance Attribute Summary collapse
-
#handler ⇒ Object
readonly
Returns the value of attribute handler.
-
#method ⇒ Object
readonly
Returns the value of attribute method.
-
#pattern ⇒ Object
readonly
Returns the value of attribute pattern.
Instance Attribute Details
#handler ⇒ Object (readonly)
Returns the value of attribute handler
6 7 8 |
# File 'lib/nuhttp/router.rb', line 6 def handler @handler end |
#method ⇒ Object (readonly)
Returns the value of attribute method
6 7 8 |
# File 'lib/nuhttp/router.rb', line 6 def method @method end |
#pattern ⇒ Object (readonly)
Returns the value of attribute pattern
6 7 8 |
# File 'lib/nuhttp/router.rb', line 6 def pattern @pattern end |