Method: Axlsx::SerializedAttributes::ClassMethods#serializable_attributes

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

#serializable_attributes(*symbols) ⇒ Object

This is the method to be used in inheriting classes to specify which of the instance values are serializable



14
15
16
# File 'lib/axlsx/util/serialized_attributes.rb', line 14

def serializable_attributes(*symbols)
  @xml_attributes = symbols
end