Class: KDL::Types::URLTemplate::FragmentExpansion
- Inherits:
-
StringExpansion
- Object
- Part
- StringExpansion
- KDL::Types::URLTemplate::FragmentExpansion
- Defined in:
- lib/kdl/types/url_template.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from StringExpansion
Methods inherited from Part
#expand_variables, keep_empties?, #separator, with_name?
Constructor Details
This class inherits a constructor from KDL::Types::URLTemplate::StringExpansion
Class Method Details
.allow_reserved? ⇒ Boolean
265 266 267 |
# File 'lib/kdl/types/url_template.rb', line 265 def self.allow_reserved? true end |
Instance Method Details
#prefix ⇒ Object
261 262 263 |
# File 'lib/kdl/types/url_template.rb', line 261 def prefix '#' end |