Class: Blather::Stanza::PubSubErrors
- Inherits:
-
PubSub
- Object
- Niceogiri::XML::Node
- XMPPNode
- Blather::Stanza
- Iq
- PubSub
- Blather::Stanza::PubSubErrors
- Defined in:
- lib/blather/stanza/pubsub/errors.rb
Overview
# PusSub Error Stanza
Constant Summary
Constants inherited from Iq
Constants inherited from XMPPNode
Instance Attribute Summary
Attributes inherited from Blather::Stanza
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=, #initialize, next_id, register, #reply, #reply!, #to, #to=, #type, #type=
Methods inherited from XMPPNode
class_from_registration, #decorate, decorator_modules, import, new, parse, register, #to_stanza
Constructor Details
This class inherits a constructor from Blather::Stanza
Instance Method Details
#node ⇒ Object
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 |