Class: Staticpress::Route::RegexStub
- Inherits:
-
Struct
- Object
- Struct
- Staticpress::Route::RegexStub
- Defined in:
- lib/staticpress/route.rb
Instance Attribute Summary collapse
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#regex ⇒ Object
Returns the value of attribute regex.
Instance Attribute Details
#klass ⇒ Object
Returns the value of attribute klass
5 6 7 |
# File 'lib/staticpress/route.rb', line 5 def klass @klass end |
#regex ⇒ Object
Returns the value of attribute regex
5 6 7 |
# File 'lib/staticpress/route.rb', line 5 def regex @regex end |