Class: Blather::Stanza::Message::MUCUser::Decline
- Inherits:
-
InviteBase
- Object
- Niceogiri::XML::Node
- XMPPNode
- InviteBase
- Blather::Stanza::Message::MUCUser::Decline
- Defined in:
- lib/blather/stanza/message/muc_user.rb
Constant Summary
Constants inherited from XMPPNode
Class Method Summary collapse
Methods inherited from InviteBase
#from, #from=, #reason, #reason=, #reason_node, #to, #to=
Methods inherited from XMPPNode
class_from_registration, #decorate, decorator_modules, import, parse, register, #to_stanza
Class Method Details
.new(*args) ⇒ Object
111 112 113 |
# File 'lib/blather/stanza/message/muc_user.rb', line 111 def self.new(*args) new_node = super :decline, *args end |