class XMPP::Stanza::Slot

Overview

Slot is the result of a slot request: temporary PUT and GET URLs granted by the upload service, plus any headers the PUT must include.

Included Modules

Defined in:

xmpp/stanza/iq/http_upload.cr

Constructors

Class Method Summary

Instance Method Summary

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

namespace : String namespace

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(xml : String) #

[View source]
def self.new(node : XML::Node) #

[View source]

Class Method Detail

def self.xml_name : XMLName #

[View source]

Instance Method Detail

def get_url : String #

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

[View source]
def name : String #

[View source]
def namespace : String #

[View source]
def put_headers : Array(Header) #

[View source]
def put_headers=(put_headers : Array(Header)) #

[View source]
def put_url : String #

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

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

[View source]