Class: XlsxWriter::ContentTypes

Inherits:
Xml
  • Object
show all
Defined in:
lib/xlsx_writer/generators/content_types.rb

Instance Attribute Summary

Attributes inherited from Xml

#document

Instance Method Summary collapse

Methods inherited from Xml

#generate, #generated?, #initialize, #path, #render, #template_path

Constructor Details

This class inherits a constructor from XlsxWriter::Xml

Instance Method Details

#relative_pathObject



3
4
5
# File 'lib/xlsx_writer/generators/content_types.rb', line 3

def relative_path
  "[Content_Types].xml"
end