Class: Staticpress::Route::RegexStub

Inherits:
Struct
  • Object
show all
Defined in:
lib/staticpress/route.rb

Instance Attribute Summary collapse

Instance Attribute Details

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



5
6
7
# File 'lib/staticpress/route.rb', line 5

def klass
  @klass
end

#regexObject

Returns the value of attribute regex

Returns:

  • (Object)

    the current value of regex



5
6
7
# File 'lib/staticpress/route.rb', line 5

def regex
  @regex
end