Method: Jabber::Discovery::IqQueryDiscoInfo#node=
- Defined in:
- lib/xmpp4r/discovery/iq/discoinfo.rb
#node=(val) ⇒ Object
Get the queried Service Discovery node or nil
- val
- String
34 35 36 |
# File 'lib/xmpp4r/discovery/iq/discoinfo.rb', line 34 def node=(val) attributes['node'] = val end |