Class: Odf::Component::Content

Inherits:
Abstract
  • Object
show all
Includes:
XmlComponent
Defined in:
lib/odf/component/content.rb

Constant Summary collapse

NAME =
'content.xml'.freeze

Instance Attribute Summary collapse

Attributes inherited from Abstract

#document

Method Summary

Methods included from XmlComponent

#content, included, #initialize

Methods inherited from Abstract

#content, #initialize, #inspect, #name

Instance Attribute Details

#rootObject (readonly)

Returns the value of attribute root.



8
9
10
# File 'lib/odf/component/content.rb', line 8

def root
  @root
end