class

Noir::JSRoutePattern

Inherits Reference < Object

JSRoutePattern represents a JavaScript framework route pattern

Constructors

new(method : String, path : String, raw_path : String | Nil = nil, start_pos : Int32 = -1)
Source

Instance methods

method
Source
params
Source
path
Source
path=(path : String)
Source
push_param(param : Param)
Source
raw_path
Source
start_pos
Source