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.
24 25 26 |
# File 'lib/axlsx/util/serialized_attributes.rb', line 24 def serializable_element_attributes(*symbols) @xml_element_attributes = symbols end |