class Blather::Stanza::PubSubItem

Public Instance Methods

entry() click to toggle source
# File lib/blather/pubsub.rb, line 6
def entry
  n = find("atom:entry", :atom => ATOM)
  Superfeedr::Entry.new(n) unless n.nil?
end