Class: KDL::Types::URLTemplate::ParameterExpansion

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringExpansion

#expand, #initialize

Methods inherited from Part

allow_reserved?, #expand_variables, keep_empties?

Constructor Details

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

Class Method Details

.with_name?Boolean

Returns:



299
300
301
# File 'lib/kdl/types/url_template.rb', line 299

def self.with_name?
  true
end

Instance Method Details

#prefixObject



291
292
293
# File 'lib/kdl/types/url_template.rb', line 291

def prefix
  ';'
end

#separatorObject



295
296
297
# File 'lib/kdl/types/url_template.rb', line 295

def separator
  ';'
end