Class: RubyXL::AExtension

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

Overview

Instance Attribute Summary collapse

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

Instance Attribute Details

#raw_xmlObject

Returns the value of attribute raw_xml.



9
10
11
# File 'lib/rubyXL/objects/theme.rb', line 9

def raw_xml
  @raw_xml
end

Class Method Details

.parse(node, ignore) ⇒ Object



11
12
13
14
15
# File 'lib/rubyXL/objects/theme.rb', line 11

def self.parse(node, ignore)
  obj = new
  obj.raw_xml = node.to_xml
  obj
end

Instance Method Details

#write_xml(xml, node_name_override = nil) ⇒ Object



17
18
19
# File 'lib/rubyXL/objects/theme.rb', line 17

def write_xml(xml, node_name_override = nil)
  self.raw_xml
end