Method: AgentXmpp::Xmpp::DiscoItem#initialize
- Defined in:
- lib/agent_xmpp/xmpp/iq_disco.rb
#initialize(jid = nil, iname = nil, node = nil) ⇒ DiscoItem
.….….….….….….….….….….….….….….….….….….….….….….….….….….
130 131 132 133 134 135 |
# File 'lib/agent_xmpp/xmpp/iq_disco.rb', line 130 def initialize(jid=nil, iname=nil, node=nil) super() self.jid = jid if jid self.iname = iname if iname self.node = node if node end |