Child of XData, contains the instructions of this Data Form
[Source]
# File lib/xmpp4r/dataforms/x/data.rb, line 94 94: def initialize 95: super('instructions') 96: end
# File lib/xmpp4r/dataforms/x/data.rb, line 100 100: def instructions 101: text 102: end
# File lib/xmpp4r/dataforms/x/data.rb, line 97 97: def to_s 98: text.to_s 99: end
[Validate]