Class Jabber::VCard
In: lib/jabber4r/vcard.rb
Parent: Object

The VCard class holds the parsed VCard data from the Jabber service.

Methods

from_element   to_s  

Attributes

email  [RW] 
family  [RW] 
given  [RW] 
middle  [RW] 
nickname  [RW] 

Public Class methods

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

Dumps the attributes of the VCard

return:[String] The VCard as a string. #

[Validate]