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
16 17 18 |
# File 'lib/axlsx/util/serialized_attributes.rb', line 16 def serializable_attributes(*symbols) @xml_attributes = symbols end |