Class: Hyraft::Router::WebRouter::Route
- Inherits:
-
Struct
- Object
- Struct
- Hyraft::Router::WebRouter::Route
- Defined in:
- lib/hyraft/router/web_router.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#handler_class ⇒ Object
Returns the value of attribute handler_class.
-
#method ⇒ Object
Returns the value of attribute method.
-
#path ⇒ Object
Returns the value of attribute path.
-
#template ⇒ Object
Returns the value of attribute template.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
5 6 7 |
# File 'lib/hyraft/router/web_router.rb', line 5 def action @action end |
#handler_class ⇒ Object
Returns the value of attribute handler_class
5 6 7 |
# File 'lib/hyraft/router/web_router.rb', line 5 def handler_class @handler_class end |
#method ⇒ Object
Returns the value of attribute method
5 6 7 |
# File 'lib/hyraft/router/web_router.rb', line 5 def method @method end |
#path ⇒ Object
Returns the value of attribute path
5 6 7 |
# File 'lib/hyraft/router/web_router.rb', line 5 def path @path end |
#template ⇒ Object
Returns the value of attribute template
5 6 7 |
# File 'lib/hyraft/router/web_router.rb', line 5 def template @template end |