Module URITemplate::Token
In: lib/uri_template/token.rb

This should make it possible to do basic analysis independently from the concrete type. Usually the submodules {URITemplate::Literal} and {URITemplate::Expression} are used.

@abstract

Methods

Constants

EMPTY_ARRAY = [].freeze

Public Instance methods

Number of variables in this token

@abstract

The variable names used in this token.

@return [Array<String>]

[Validate]