Parent

Methods

OpenShift::GearsException

Attributes

exception[RW]
failed[RW]
successful[RW]

Public Class Methods

new(successful=nil, failed=nil, exception=nil) click to toggle source
# File lib/openshift-origin-common/exceptions/oo_exception.rb, line 25
def initialize(successful=nil, failed=nil, exception=nil)
  @successful = successful
  @failed = failed
  @exception = exception
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.