Exception: ListExtensionFault

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

Overview

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

exceptionCode - ExceptionCode
exceptionMessage - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ListExtensionFault.



2450
2451
2452
2453
# File 'lib/metal/default.rb', line 2450

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

Instance Attribute Details

#exceptionCodeObject

Returns the value of attribute exceptionCode.



2447
2448
2449
# File 'lib/metal/default.rb', line 2447

def exceptionCode
  @exceptionCode
end

#exceptionMessageObject

Returns the value of attribute exceptionMessage.



2448
2449
2450
# File 'lib/metal/default.rb', line 2448

def exceptionMessage
  @exceptionMessage
end