Module
URITemplate::Literal
In:
lib/uri_template/literal.rb
A module which all literal tokens should include.
Methods
ends_with_slash?
expand
expand_partial
expression?
literal?
size
starts_with_slash?
Included Modules
URITemplate::Token
Constants
SLASH
=
?/
External Aliases
string
->
to_s
Attributes
string
[R]
Public Instance methods
ends_with_slash?
()
expand
(_)
expand_partial
(_)
expression?
()
literal?
()
size
()
starts_with_slash?
()
[Validate]