class Object

Public Instance Methods

content_md() click to toggle source

the contentMetadata for this object, derived from the public_xml @return [Nokogiri::XML::Element] containing the contentMetadata

# File lib/gdor/indexer/public_xml_fields.rb, line 72
def content_md
  resource.content_metadata
end
identity_md() click to toggle source

the identityMetadata for this object, derived from the public_xml @return [Nokogiri::XML::Element] containing the identityMetadata

# File lib/gdor/indexer/public_xml_fields.rb, line 78
def identity_md
  resource.identity_metadata
end