class
XMPP::Stanza::Item
- XMPP::Stanza::Item
- Reference
- Object
Defined in:
xmpp/stanza/pubsub.crConstructors
Class Method Summary
Instance Method Summary
-
#extra : Node | Nil
extra holds a generic serializable payload for PEP item types that have no dedicated field (bookmarks, avatars, ...).
-
#extra=(extra : Node | Nil)
extra holds a generic serializable payload for PEP item types that have no dedicated field (bookmarks, avatars, ...).
- #id : String
- #id=(id : String)
- #mood : Mood | Nil
- #mood=(mood : Mood | Nil)
- #raw_node : XML::Node | Nil
- #raw_node=(raw_node : XML::Node | Nil)
- #to_xml(xml : XML::Builder)
- #to_xml
- #tune : Tune | Nil
- #tune=(tune : Tune | Nil)
Constructor Detail
Class Method Detail
Instance Method Detail
extra holds a generic serializable payload for PEP item types that have no dedicated field (bookmarks, avatars, ...). It round-trips through the generic Node model.
extra holds a generic serializable payload for PEP item types that have no dedicated field (bookmarks, avatars, ...). It round-trips through the generic Node model.