Exception: FolderFault

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

Overview

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

exceptionCode - ExceptionCode
exceptionMessage - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of FolderFault.



2320
2321
2322
2323
# File 'lib/metal/default.rb', line 2320

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

Instance Attribute Details

#exceptionCodeObject

Returns the value of attribute exceptionCode.



2317
2318
2319
# File 'lib/metal/default.rb', line 2317

def exceptionCode
  @exceptionCode
end

#exceptionMessageObject

Returns the value of attribute exceptionMessage.



2318
2319
2320
# File 'lib/metal/default.rb', line 2318

def exceptionMessage
  @exceptionMessage
end