class URITemplate::RFC6570::Expression::Fragment
Constants
- BASE_LEVEL
- BULK_FOLLOW_UP
- CHARACTER_CLASS
- FOLLOW_UP
- OPERATOR
- PREFIX
Public Instance Methods
escape(x)
click to toggle source
# File lib/uri_template/rfc6570/expression.rb, line 330 def escape(x) Utils.escape_uri(Utils.object_to_param(x)) end
unescape(x)
click to toggle source
# File lib/uri_template/rfc6570/expression.rb, line 334 def unescape(x) Utils.unescape_uri(x) end