class
XMPP::Stanza::Items
- XMPP::Stanza::Items
- Reference
- Object
Overview
Items element for retrieving items from a node
Defined in:
xmpp/stanza/pubsub.crConstructors
Class Method Summary
Instance Method Summary
- #items : Array(Item)
- #items=(items : Array(Item))
- #max_items : String
- #max_items=(max_items : String)
- #node : String
- #node=(node : String)
- #subid : String
- #subid=(subid : String)
- #to_xml(xml : XML::Builder)