class XMPP::Stanza::Item

Defined in:

xmpp/stanza/pubsub.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 id : String #

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

[View source]
def mood : Mood | Nil #

[View source]
def mood=(mood : Mood | Nil) #

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

[View source]
def to_xml #

[View source]
def tune : Tune | Nil #

[View source]
def tune=(tune : Tune | Nil) #

[View source]