Class: RubyXL::CalculationChain

Inherits:
OOXMLTopLevelObject show all
Defined in:
lib/rubyXL/objects/calculation_chain.rb

Overview

Class Method Summary collapse

Methods inherited from OOXMLTopLevelObject

#add_to_zip, parse_file, set_namespaces

Methods inherited from OOXMLObject

#before_write_xml, define_attribute, define_child_node, define_element_name, #dup, #index_in_collection, #initialize, obtain_class_variable, parse, set_countable, #write_xml

Constructor Details

This class inherits a constructor from RubyXL::OOXMLObject

Class Method Details

.filepathObject



24
25
26
# File 'lib/rubyXL/objects/calculation_chain.rb', line 24

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