Class: KDL::Types::URLTemplate::PathExpansion
- Inherits:
-
StringExpansion
- Object
- Part
- StringExpansion
- KDL::Types::URLTemplate::PathExpansion
- Defined in:
- lib/kdl/types/url_template.rb
Instance Method Summary collapse
Methods inherited from StringExpansion
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
#prefix ⇒ Object
283 284 285 |
# File 'lib/kdl/types/url_template.rb', line 283 def prefix '/' end |
#separator ⇒ Object
287 288 289 |
# File 'lib/kdl/types/url_template.rb', line 287 def separator '/' end |