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