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({ key: property.key, value: property.value }.compact)
end