Exception: DocumentFault

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

Overview

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

exceptionCode - ExceptionCode
exceptionMessage - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DocumentFault.



2411
2412
2413
2414
# File 'lib/metal/default.rb', line 2411

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

Instance Attribute Details

#exceptionCodeObject

Returns the value of attribute exceptionCode.



2408
2409
2410
# File 'lib/metal/default.rb', line 2408

def exceptionCode
  @exceptionCode
end

#exceptionMessageObject

Returns the value of attribute exceptionMessage.



2409
2410
2411
# File 'lib/metal/default.rb', line 2409

def exceptionMessage
  @exceptionMessage
end