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, #filepath, parse_file, set_namespaces

Methods included from OOXMLObjectClassMethods

#define_attribute, #define_child_node, #define_element_name, #obtain_class_variable, #parse, #set_countable

Methods included from OOXMLObjectInstanceMethods

#before_write_xml, #dup, #index_in_collection, #initialize, #write_xml

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