Method: Axlsx::SerializedAttributes::ClassMethods#serializable_element_attributes

Defined in:
lib/axlsx/util/serialized_attributes.rb

#serializable_element_attributes(*symbols) ⇒ Object

This helper registers the attributes that will be formatted as elements.



22
23
24
# File 'lib/axlsx/util/serialized_attributes.rb', line 22

def serializable_element_attributes(*symbols)
  @xml_element_attributes = symbols
end