Class: Gitlab::EtagCaching::Router::Route
- Inherits:
-
Struct
- Object
- Struct
- Gitlab::EtagCaching::Router::Route
- Defined in:
- lib/gitlab/etag_caching/router.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#regexp ⇒ Object
Returns the value of attribute regexp.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/gitlab/etag_caching/router.rb', line 6 def name @name end |
#regexp ⇒ Object
Returns the value of attribute regexp
6 7 8 |
# File 'lib/gitlab/etag_caching/router.rb', line 6 def regexp @regexp end |