Class: RubyXL::Writer::CalcChainWriter
- Inherits:
-
GenericWriter
- Object
- GenericWriter
- RubyXL::Writer::CalcChainWriter
- Defined in:
- lib/rubyXL/writer/calc_chain_writer.rb
Overview
TODO
Instance Method Summary collapse
Methods inherited from GenericWriter
#add_to_zip, #initialize, #render_xml
Constructor Details
This class inherits a constructor from RubyXL::Writer::GenericWriter
Instance Method Details
#filepath ⇒ Object
6 7 8 |
# File 'lib/rubyXL/writer/calc_chain_writer.rb', line 6 def filepath File.join('xl', 'calcChain.xml') end |
#write ⇒ Object
10 11 12 13 14 |
# File 'lib/rubyXL/writer/calc_chain_writer.rb', line 10 def write() render_xml do |xml| nil end end |