class XMPP::Stanza::Org

Overview

Organization information (ORG).

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 name : String #

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

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

[View source]
def units : Array(String) #

[View source]
def units=(units : Array(String)) #

[View source]