Method: Jabber::Discovery::IqQueryDiscoInfo#identity
- Defined in:
- lib/xmpp4r/discovery/iq/discoinfo.rb
#identity ⇒ Object
Get the first identity child
- result
- Identity
50 51 52 |
# File 'lib/xmpp4r/discovery/iq/discoinfo.rb', line 50 def identity first_element('identity') end |