Methods

OpenShift::InvalidNodeException

Attributes

server_identity[RW]

Public Class Methods

new(msg=nil, code=nil, resultIO=nil, server_identity=nil) click to toggle source
# File lib/openshift-origin-common/exceptions/oo_exception.rb, line 17
def initialize(msg=nil, code=nil, resultIO=nil, server_identity=nil)
  super(msg, code, resultIO)
  @server_identity = server_identity
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.