Method: AgentXmpp::BaseController.command
- Defined in:
- lib/agent_xmpp/client/controller.rb
.command(node, opts = {}, &blk) ⇒ Object
.….….….….….….….….….….….….….….….….….….….….….….….….….…. application interface .….….….….….….….….….….….….….….….….….….….….….….….….….….
22 23 24 |
# File 'lib/agent_xmpp/client/controller.rb', line 22 def command(node, opts = {}, &blk) route(:command, {:node => node, :opts => opts, :blk => blk}) end |