OpenShift::Runtime::FrontendHttpServerException
# File lib/openshift-origin-node/model/frontend_httpd.rb, line 87 def initialize(msg=nil, container_uuid=nil, fqdn=nil, alias_name=nil) @alias_name = alias_name super(msg, container_uuid, fqdn) end
# File lib/openshift-origin-node/model/frontend_httpd.rb, line 92 def to_s m = super m+= ": #{@alias_name}" if not @alias_name.nil? m end
[Validate]
Generated with the Darkfish Rdoc Generator 2.