Class: RubyXL::Writer::CalcChainWriter

Inherits:
GenericWriter show all
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

#filepathObject



6
7
8
# File 'lib/rubyXL/writer/calc_chain_writer.rb', line 6

def filepath
  File.join('xl', 'calcChain.xml')
end

#writeObject



10
11
12
13
14
# File 'lib/rubyXL/writer/calc_chain_writer.rb', line 10

def write()
  render_xml do |xml|
    nil
  end
end