Parent

Methods

OpenShift::FrontendHttpServerException

Attributes

container_name[R]
container_uuid[R]
namespace[R]

Public Class Methods

new(msg=nil, container_uuid=nil, container_name=nil, namespace=nil) click to toggle source
# File lib/openshift-origin-node/model/frontend_httpd.rb, line 46
def initialize(msg=nil, container_uuid=nil, container_name=nil, namespace=nil)
  @container_uuid = container_uuid
  @container_name = container_name
  @namespace = namespace
  super(msg)
end

Public Instance Methods

to_s() click to toggle source
# File lib/openshift-origin-node/model/frontend_httpd.rb, line 53
def to_s
  m = super
  m+= ": #{@container_name}" if not @container_name.nil?
  m+= ": #{@namespace}" if not @namespace.nil?
  m
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.