module

URITemplate

Constructors

new(uri : String)

Factory method, returns a Template

Source

Class methods

expand(uri : String, *args, **kwargs)

Create a Template and expand it using either a Hash of arguments, or keyword-arguments or both. Returns a String.

Source
expand_partial(uri : String, *args, **kwargs)

Create a Template and expand it partially using either a Hash of arguments, or keyword-arguments or both. Returns a partially expanded Template.

Source
variables(uri : String)

Create a Template and return the variable names from it.

Source

Nested types