class XMPP::Stanza::N

Overview

Name information (N).

Defined in:

xmpp/stanza/iq/vcard.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(node : XML::Node) #

[View source]

Class Method Detail

def self.xml_name : String #

[View source]

Instance Method Detail

def family : String #

[View source]
def family=(family : String) #

[View source]
def given : String #

[View source]
def given=(given : String) #

[View source]
def middle : String #

[View source]
def middle=(middle : String) #

[View source]
def prefix : String #

[View source]
def prefix=(prefix : String) #

[View source]
def suffix : String #

[View source]
def suffix=(suffix : String) #

[View source]
def to_xml(xml : XML::Builder) #

[View source]