Module: Archimate::FileFormats::Serializer::Archi::Property

Included in:
ArchiFileWriter
Defined in:
lib/archimate/file_formats/serializer/archi/property.rb

Instance Method Summary collapse

Instance Method Details

#serialize_property(xml, property) ⇒ Object



8
9
10
# File 'lib/archimate/file_formats/serializer/archi/property.rb', line 8

def serialize_property(xml, property)
  xml.property(remove_nil_values(key: property.key, value: property.value))
end