RSS::Element
# File rss/atom.rb, line 661 def initialize(version=nil, encoding=nil, standalone=nil) super("1.0", version, encoding, standalone) @feed_type = "atom" @feed_subtype = "entry" end
# File rss/atom.rb, line 676 def have_author? authors.any? {|author| !author.to_s.empty?} or (source and source.have_author?) end
# File rss/atom.rb, line 667 def items [self] end
# File rss/atom.rb, line 671 def setup_maker(maker) maker = maker.maker if maker.respond_to?("maker") super(maker) end
This page was generated for Ruby 1.9.1
Generated with Ruby-doc Rdoc Generator 0.44.0.