Class: KDL::Types::URLTemplate::ReservedExpansion

Inherits:
StringExpansion show all
Defined in:
lib/kdl/types/url_template.rb

Class Method Summary collapse

Methods inherited from StringExpansion

#expand, #initialize

Methods inherited from Part

#expand_variables, keep_empties?, #prefix, #separator, with_name?

Constructor Details

This class inherits a constructor from KDL::Types::URLTemplate::StringExpansion

Class Method Details

.allow_reserved?Boolean

Returns:



257
258
259
# File 'lib/kdl/types/url_template.rb', line 257

def self.allow_reserved?
  true
end