class XMPP::Stanza::Tune

Defined in:

xmpp/stanza/pep.cr

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) #

[View source]

Class Method Detail

def self.xml_name : XMLName #

[View source]

Instance Method Detail

def artist : String #

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

[View source]
def length : Int32 #

[View source]
def length=(length : Int32) #

[View source]
def name : String #

[View source]
def rating : Int32 #

[View source]
def rating=(rating : Int32) #

[View source]
def source : String #

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

[View source]
def title : String #

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

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

[View source]
def track : String #

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

[View source]
def uri : String #

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

[View source]