Class: Teams::Router::Route
- Inherits:
-
Struct
- Object
- Struct
- Teams::Router::Route
- Defined in:
- lib/teams/router.rb
Instance Attribute Summary collapse
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#name ⇒ Object
Returns the value of attribute name.
-
#selector ⇒ Object
Returns the value of attribute selector.
Instance Attribute Details
#handler ⇒ Object
Returns the value of attribute handler
5 6 7 |
# File 'lib/teams/router.rb', line 5 def handler @handler end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/teams/router.rb', line 5 def name @name end |
#selector ⇒ Object
Returns the value of attribute selector
5 6 7 |
# File 'lib/teams/router.rb', line 5 def selector @selector end |