class
XMPP::Stanza::Email
- XMPP::Stanza::Email
- Reference
- Object
Overview
Email address (EMAIL). typing holds the flags expressed as child elements (e.g. WORK, INTERNET, PREF), userid is the actual address.
Defined in:
xmpp/stanza/iq/vcard.crConstructors
Class Method Summary
Instance Method Summary
- #to_xml(xml : XML::Builder)
- #typing : Array(String)
- #typing=(typing : Array(String))
- #userid : String
- #userid=(userid : String)