Method: Axlsx::Color#to_xml_string
- Defined in:
- lib/axlsx/stylesheet/color.rb
#to_xml_string(str = '', tag_name = 'color') ⇒ String
Serializes the object
72 73 74 |
# File 'lib/axlsx/stylesheet/color.rb', line 72 def to_xml_string(str = '', tag_name = 'color') serialized_tag('' + tag_name + '', str) end |