lib/lutaml/model/xml_mapping_rule.rb in lutaml-model-0.3.10 vs lib/lutaml/model/xml_mapping_rule.rb in lutaml-model-0.3.11
- old
+ new
@@ -12,19 +12,21 @@
with: {},
delegate: nil,
namespace: nil,
prefix: nil,
mixed_content: false,
- namespace_set: false
+ namespace_set: false,
+ prefix_set: false
)
super(
name,
to: to,
render_nil: render_nil,
with: with,
delegate: delegate,
mixed_content: mixed_content,
namespace_set: namespace_set,
+ prefix_set: prefix_set,
)
@namespace = if namespace.to_s == "inherit"
# we are using inherit_namespace in xml builder by
# default so no need to do anything here.