Class: XML::MappingExtensions::Namespace
- Inherits:
-
Object
- Object
- XML::MappingExtensions::Namespace
- Defined in:
- lib/datacite/mapping/namespace_extensions.rb
Instance Method Summary collapse
Instance Method Details
#with_prefix(new_prefix)
9 10 11 |
# File 'lib/datacite/mapping/namespace_extensions.rb', line 9 def with_prefix(new_prefix) Namespace.new(uri: uri, prefix: new_prefix, schema_location: schema_location) end |