Method: Jabber::Discovery::IqQueryDiscoInfo#node
- Defined in:
- lib/xmpp4r/discovery/iq/discoinfo.rb
#node ⇒ Object
Get the queried Service Discovery node or nil
See IqQueryDiscoItems#node for a small explanation of this.
27 28 29 |
# File 'lib/xmpp4r/discovery/iq/discoinfo.rb', line 27 def node attributes['node'] end |