Module: AgentXmpp::XMPP4RPatches::Iq::InstanceMethods

Defined in:
lib/agent_xmpp/patches/xmpp4r_patches/iq.rb

Overview


Instance Method Summary collapse

Instance Method Details

#command=(newcommand) ⇒ Object

.….….….….….….….….….….….….….….….….….….….….….….….….….



10
11
12
13
# File 'lib/agent_xmpp/patches/xmpp4r_patches/iq.rb', line 10

def command=(newcommand)
  delete_elements(newcommand.name)
  add(newcommand)
end