Class: XlsxWriter::WorkbookRels
- Defined in:
- lib/xlsx_writer/xml/workbook_rels.rb
Instance Attribute Summary
Attributes inherited from Xml
Instance Method Summary collapse
Methods inherited from Xml
auto, #generate, #generated?, #initialize, #path, #render, #template_path
Constructor Details
This class inherits a constructor from XlsxWriter::Xml
Instance Method Details
#relative_path ⇒ Object
3 4 5 |
# File 'lib/xlsx_writer/xml/workbook_rels.rb', line 3 def relative_path "xl/_rels/workbook.xml.rels" end |