Method: Jabber::Iq#command
- Defined in:
- lib/vendor/xmpp4r/lib/xmpp4r/iq.rb
#command ⇒ Object
Returns the iq’s <command/> child, or nil
- resulte
- IqCommand
124 125 126 |
# File 'lib/vendor/xmpp4r/lib/xmpp4r/iq.rb', line 124 def command first_element("command") end |