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
267 268 269 |
# File 'lib/kdl/types/url_template.rb', line 267 def self.allow_reserved? true end |
Instance Method Details
#prefix ⇒ Object
263 264 265 |
# File 'lib/kdl/types/url_template.rb', line 263 def prefix '#' end |