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