class BerkeleyLibrary::Util::ODS::XML::ManifestDoc

Public Class Methods

new() click to toggle source
# File lib/berkeley_library/util/ods/xml/manifest_doc.rb, line 11
def initialize
  super('META-INF/manifest.xml')
end

Public Instance Methods

manifest() click to toggle source
# File lib/berkeley_library/util/ods/xml/manifest_doc.rb, line 19
def manifest
  @manifest ||= Manifest::Manifest.new(doc: doc)
end
root_element_node() click to toggle source
# File lib/berkeley_library/util/ods/xml/manifest_doc.rb, line 15
def root_element_node
  manifest
end