Class: KDL::Types::URLTemplate::LabelExpansion

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

Instance Method Summary collapse

Methods inherited from StringExpansion

#expand, #initialize

Methods inherited from Part

allow_reserved?, #expand_variables, keep_empties?, with_name?

Constructor Details

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

Instance Method Details

#prefixObject



273
274
275
# File 'lib/kdl/types/url_template.rb', line 273

def prefix
  '.'
end

#separatorObject



277
278
279
# File 'lib/kdl/types/url_template.rb', line 277

def separator
  '.'
end