class HippoXmlParser::Body

Public Instance Methods

content() click to toggle source
# File lib/hippo_xml_parser/body.rb, line 3
def content
  fetch('hippostd:content')
end
to_s() click to toggle source
# File lib/hippo_xml_parser/body.rb, line 7
def to_s
  content
end