Defines a top-level Atom Entry element, used as the document element of a stand-alone Atom Entry Document. It has the following attributes:
author
category
categories
content
contributor
id
link
published
rights
source
summary
title
updated
Reference: validator.w3.org/feed/docs/rfc4287.html#element.entry]
Returns the Entry in an array.
# File rss/atom.rb, line 928 def items [self] end
Sets up the maker
for constructing Entry elements.
# File rss/atom.rb, line 933 def setup_maker(maker) maker = maker.maker if maker.respond_to?("maker") super(maker) end