Class: Blather::Stanza::PubSubItem

Inherits:
XMPPNode
  • Object
show all
Defined in:
lib/blather/pubsub.rb

Instance Method Summary collapse

Instance Method Details

#entryObject



6
7
8
9
# File 'lib/blather/pubsub.rb', line 6

def entry
  n = find("atom:entry", :atom => ATOM)
  Superfeedr::Entry.new(n) unless n.nil?
end