shows the jid
return |
|
# File lib/xmpp4r/pubsub/children/unsubscribe.rb, line 22 def jid (a = attribute('jid')).nil? ? a : JID.new(a.value) end
sets the jid
# File lib/xmpp4r/pubsub/children/unsubscribe.rb, line 29 def jid=(myjid) add_attribute('jid', myjid ? myjid.to_s : nil) end
Generated with the Darkfish Rdoc Generator 2.