Exception: CustomEventFault

Inherits:
StandardError
  • Object
show all
Defined in:
lib/metal/default.rb

Overview

urn:faulturn:fault.wsurn:fault.ws.rsysurn:fault.ws.rsys.comCustomEventFault

exceptionCode - ExceptionCode
exceptionMessage - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(exceptionCode = nil, exceptionMessage = nil) ⇒ CustomEventFault

Returns a new instance of CustomEventFault.



2346
2347
2348
2349
# File 'lib/metal/default.rb', line 2346

def initialize(exceptionCode = nil, exceptionMessage = nil)
  @exceptionCode = exceptionCode
  @exceptionMessage = exceptionMessage
end

Instance Attribute Details

#exceptionCodeObject

Returns the value of attribute exceptionCode.



2343
2344
2345
# File 'lib/metal/default.rb', line 2343

def exceptionCode
  @exceptionCode
end

#exceptionMessageObject

Returns the value of attribute exceptionMessage.



2344
2345
2346
# File 'lib/metal/default.rb', line 2344

def exceptionMessage
  @exceptionMessage
end