Class: Wurk::API::Router::Route
- Inherits:
-
Struct
- Object
- Struct
- Wurk::API::Router::Route
- Defined in:
- lib/wurk/api/router.rb
Instance Attribute Summary collapse
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#segments ⇒ Object
Returns the value of attribute segments.
-
#verb ⇒ Object
Returns the value of attribute verb.
Instance Attribute Details
#handler ⇒ Object
Returns the value of attribute handler
22 23 24 |
# File 'lib/wurk/api/router.rb', line 22 def handler @handler end |
#scope ⇒ Object
Returns the value of attribute scope
22 23 24 |
# File 'lib/wurk/api/router.rb', line 22 def scope @scope end |
#segments ⇒ Object
Returns the value of attribute segments
22 23 24 |
# File 'lib/wurk/api/router.rb', line 22 def segments @segments end |
#verb ⇒ Object
Returns the value of attribute verb
22 23 24 |
# File 'lib/wurk/api/router.rb', line 22 def verb @verb end |