|
Class Jabber::VCard |
|
| Methods |
| Attributes |
| [RW] | ||
| [RW] | :family | |
| [RW] | :given | |
| [RW] | :middle | |
| [RW] | :nickname |
| Public Class methods |
| from_element(je) src |
Factory to create the VCard from the ParsedXMLElement
| je: | [ParsedXMLElement] The VCard as an xml element. |
| return: | [Jabber::VCard] The newly created VCard. |
| Public Instance methods |
| to_s() src |