Class: Blather::Stanza::PubSubItem
- Inherits:
-
XMPPNode
- Object
- XMPPNode
- Blather::Stanza::PubSubItem
- Defined in:
- lib/blather/pubsub.rb
Instance Method Summary collapse
Instance Method Details
#entry ⇒ Object
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 |