Class: XlsxWriter::DocProps

Inherits:
Xml
  • Object
show all
Defined in:
lib/xlsx_writer/generators/doc_props.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/doc_props.rb', line 3

def relative_path
  "docProps/core.xml"
end