class
XMPP::Stanza::AvatarInfo
- XMPP::Stanza::AvatarInfo
- Reference
- Object
Overview
AvatarInfo describes one avatar format within metadata: the id hashes the image, type is the MIME type, bytes is the image size in bytes.
Defined in:
xmpp/stanza/avatar.crConstructors
Class Method Summary
Instance Method Summary
- #bytes : Int32
- #bytes=(bytes : Int32)
- #height : Int32
- #height=(height : Int32)
- #id : String
- #id=(id : String)
- #to_xml(xml : XML::Builder)
- #type : String
- #type=(type : String)
- #width : Int32
- #width=(width : Int32)