class XMPP::Stanza::Tune

Defined in:

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module XMPP::Stanza::Packet

name : String name, to_xml(xml : XML::Builder)
to_xml : String
to_xml

Constructor Detail

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

Class Method Detail

def self.xml_name : XMLName #

Instance Method Detail

def artist : String #

def artist=(artist : String) #

def length : Int32 #

def length=(length : Int32) #

def name : String #

def rating : Int32 #

def rating=(rating : Int32) #

def source : String #

def source=(source : String) #

def title : String #

def title=(title : String) #

def to_xml(elem : XML::Builder) #

def track : String #

def track=(track : String) #

def uri : String #

def uri=(uri : String) #