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



301
302
303
# File 'lib/kdl/types/url_template.rb', line 301

def self.with_name?
  true
end

Instance Method Details

#prefixObject



293
294
295
# File 'lib/kdl/types/url_template.rb', line 293

def prefix
  ';'
end

#separatorObject



297
298
299
# File 'lib/kdl/types/url_template.rb', line 297

def separator
  ';'
end