Method: Axlsx::Filters::DateGroupItem#to_xml_string

Defined in:
lib/axlsx/workbook/worksheet/auto_filter/filters.rb

#to_xml_string(str = '') ⇒ Object

Serialize the object to xml

Parameters:

  • str (String) (defaults to: '')

    The string object this serialization will be concatenated to.



239
240
241
# File 'lib/axlsx/workbook/worksheet/auto_filter/filters.rb', line 239

def to_xml_string(str = '')
  serialized_tag('dateGroupItem', str)
end