class Zypper::Upgraderepo::MissingOverride
Public Class Methods
new(args)
click to toggle source
Calls superclass method
# File lib/zypper/upgraderepo/utils.rb, line 111 def initialize(args) super "The repository n.#{args[:num].to_s.bold.red} named #{args[:ini]['name'].bold.red} doesn't contain the URL key!" end
Public Instance Methods
error_code()
click to toggle source
# File lib/zypper/upgraderepo/utils.rb, line 115 def error_code 8 end