Class: Blather::Stanza::PubSubErrors

Inherits:
PubSub show all
Defined in:
lib/blather/stanza/pubsub/errors.rb

Overview

# PusSub Error Stanza

Constant Summary

Constants inherited from Iq

Iq::VALID_TYPES

Constants inherited from XMPPNode

XMPPNode::BASE_NAMES

Instance Method Summary collapse

Methods inherited from PubSub

import, #inherit, new, #pubsub

Methods inherited from Iq

#error?, #get?, import, new, #reply!, #result?, #set?, #type=

Methods inherited from Blather::Stanza

#as_error, #error?, #from, #from=, handler_list, #id, #id=, next_id, register, #reply, #reply!, #to, #to=, #type, #type=

Methods inherited from XMPPNode

class_from_registration, #content_from, import, #inherit, #inherit_attrs, #inspect, #namespace=, #namespace_href, new, #nokogiri_namespace=, #read_attr, #read_content, register, #remove_child, #remove_children, #set_content_for, #to_stanza, #write_attr

Methods inherited from Nokogiri::XML::Node

#[]=, #attr_set, #find_first, #nokogiri_xpath, #xpath

Instance Method Details

#nodeObject



8
9
10
# File 'lib/blather/stanza/pubsub/errors.rb', line 8

def node
  read_attr :node
end

#node=(node) ⇒ Object



12
13
14
# File 'lib/blather/stanza/pubsub/errors.rb', line 12

def node=(node)
  write_attr :node, node
end