Exception: ListFault

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

Overview

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

exceptionCode - ExceptionCode
exceptionMessage - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ListFault.



2372
2373
2374
2375
# File 'lib/metal/default.rb', line 2372

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

Instance Attribute Details

#exceptionCodeObject

Returns the value of attribute exceptionCode.



2369
2370
2371
# File 'lib/metal/default.rb', line 2369

def exceptionCode
  @exceptionCode
end

#exceptionMessageObject

Returns the value of attribute exceptionMessage.



2370
2371
2372
# File 'lib/metal/default.rb', line 2370

def exceptionMessage
  @exceptionMessage
end