class XMPP::Stanza::XDataField

Overview

XDataField is a single field of an XData form.

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 label : String #

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

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

[View source]
def type : String #

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

[View source]
def value : String #

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

[View source]
def var : String #

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

[View source]