StandardError
# File lib/openshift-origin-node/model/frontend_proxy.rb, line 29 def initialize(msg=nil, uid=nil) @uid = uid super(msg) end
# File lib/openshift-origin-node/model/frontend_proxy.rb, line 34 def to_s m = super m+= ": uid=#{@uid}" if not @uid.nil? m end
[Validate]
Generated with the Darkfish Rdoc Generator 2.