# File lib/license_required_exception.rb, line 25definitializesuper"License confirm required to continue with installation. Please go to patch module, where you can decide about license confirmation."end
Public Instance Methods
to_xml()click to toggle source
# File lib/license_required_exception.rb, line 29defto_xmlxml = Builder::XmlMarkup.new({})
xml.instruct!xml.errordoxml.type"PACKAGEKIT_LICENSE"xml.descriptionmessagexml.bugfalse, :type =>"boolean"endend