class XMPP::Stanza::RosterItem

Defined in:

xmpp/stanza/iq/roster.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 approved : Bool #

[View source]
def approved=(approved : Bool) #

[View source]
def ask : String #

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

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

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

[View source]
def jid : String #

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

[View source]
def name : String #

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

[View source]
def subscription : String #

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

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

[View source]