Class: Charming::Router::DynamicRoute

Inherits:
Data
  • Object
show all
Defined in:
lib/charming/router.rb

Instance Attribute Summary collapse

Instance Attribute Details

#param_namesObject (readonly)

Returns the value of attribute param_names

Returns:

  • (Object)

    the current value of param_names



22
23
24
# File 'lib/charming/router.rb', line 22

def param_names
  @param_names
end

#patternObject (readonly)

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



22
23
24
# File 'lib/charming/router.rb', line 22

def pattern
  @pattern
end

#routeObject (readonly)

Returns the value of attribute route

Returns:

  • (Object)

    the current value of route



22
23
24
# File 'lib/charming/router.rb', line 22

def route
  @route
end