class XMPP::Stanza::Perm

Defined in:

xmpp/stanza/component.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def access : String #

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

[View source]
def namespaces : Array(PermNamespace) #

[View source]
def namespaces=(namespaces : Array(PermNamespace)) #

[View source]
def push : String #

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

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

[View source]
def type : String #

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

[View source]
def xml_name : String #

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

[View source]