class XMPP::Stanza::HTML

Defined in:

xmpp/stanza/message/html.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 body : HTMLBody | Nil #

[View source]
def body=(body : HTMLBody | Nil) #

[View source]
def lang : String #

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

[View source]
def name : String #

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

[View source]