class

Amber::Router::FixedSegment(T)

Inherits Amber::Router::Segment < Reference < Object

Represents a must-match url segment.

In the url /products/:23/*, the first segment, products is a fixed segment.

Constructors

new(segment)
Source