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
8 9 10 |
# File 'lib/hyraft/router/web_router.rb', line 8 def action @action end |
#handler_class ⇒ Object
Returns the value of attribute handler_class
8 9 10 |
# File 'lib/hyraft/router/web_router.rb', line 8 def handler_class @handler_class end |
#method ⇒ Object
Returns the value of attribute method
8 9 10 |
# File 'lib/hyraft/router/web_router.rb', line 8 def method @method end |
#path ⇒ Object
Returns the value of attribute path
8 9 10 |
# File 'lib/hyraft/router/web_router.rb', line 8 def path @path end |
#template ⇒ Object
Returns the value of attribute template
8 9 10 |
# File 'lib/hyraft/router/web_router.rb', line 8 def template @template end |