Method: RubyXL::AExtension.parse

Defined in:
lib/rubyXL/objects/theme.rb

.parse(node, ignore) ⇒ Object

[View source]

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