Class: Rivulet::Routing::Route
- Inherits:
-
Struct
- Object
- Struct
- Rivulet::Routing::Route
- Defined in:
- lib/rivulet/routing/route.rb
Instance Attribute Summary collapse
-
#callable ⇒ Object
Returns the value of attribute callable.
-
#handler_name ⇒ Object
Returns the value of attribute handler_name.
-
#http_method ⇒ Object
Returns the value of attribute http_method.
-
#param_names ⇒ Object
Returns the value of attribute param_names.
-
#path ⇒ Object
Returns the value of attribute path.
-
#path_regex ⇒ Object
Returns the value of attribute path_regex.
-
#scopes ⇒ Object
Returns the value of attribute scopes.
Instance Attribute Details
#callable ⇒ Object
Returns the value of attribute callable
3 4 5 |
# File 'lib/rivulet/routing/route.rb', line 3 def callable @callable end |
#handler_name ⇒ Object
Returns the value of attribute handler_name
3 4 5 |
# File 'lib/rivulet/routing/route.rb', line 3 def handler_name @handler_name end |
#http_method ⇒ Object
Returns the value of attribute http_method
3 4 5 |
# File 'lib/rivulet/routing/route.rb', line 3 def http_method @http_method end |
#param_names ⇒ Object
Returns the value of attribute param_names
3 4 5 |
# File 'lib/rivulet/routing/route.rb', line 3 def param_names @param_names end |
#path ⇒ Object
Returns the value of attribute path
3 4 5 |
# File 'lib/rivulet/routing/route.rb', line 3 def path @path end |
#path_regex ⇒ Object
Returns the value of attribute path_regex
3 4 5 |
# File 'lib/rivulet/routing/route.rb', line 3 def path_regex @path_regex end |
#scopes ⇒ Object
Returns the value of attribute scopes
3 4 5 |
# File 'lib/rivulet/routing/route.rb', line 3 def scopes @scopes end |