Parent

Methods

LicenseRequiredException

Public Class Methods

new() click to toggle source
# File lib/license_required_exception.rb, line 25
    def initialize
super "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 29
    def to_xml
xml = Builder::XmlMarkup.new({})
xml.instruct!

xml.error do
  xml.type "PACKAGEKIT_LICENSE"
  xml.description message
  xml.bug false, :type => "boolean"
end
    end

[Validate]

Generated with the Darkfish Rdoc Generator 2.