Class: RubyXL::OOXMLIgnored

Inherits:
OOXMLObject show all
Defined in:
lib/rubyXL/objects/extensions.rb

Direct Known Subclasses

RevisionPointer

Instance Attribute Summary

Attributes included from OOXMLObjectInstanceMethods

#local_namespaces

Class Method Summary collapse

Instance Method Summary collapse

Methods included from OOXMLObjectInstanceMethods

#==, #before_write_xml, included, #index_in_collection, #initialize

Class Method Details

.parse(node, ignore) ⇒ Object



37
38
39
# File 'lib/rubyXL/objects/extensions.rb', line 37

def self.parse(node, ignore)
  nil
end

Instance Method Details

#write_xml(xml, node_name_override = nil) ⇒ Object



41
42
43
# File 'lib/rubyXL/objects/extensions.rb', line 41

def write_xml(xml, node_name_override = nil)
  ''
end