Exception: FolderFault
- Inherits:
-
StandardError
- Object
- StandardError
- FolderFault
- 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
-
#exceptionCode ⇒ Object
Returns the value of attribute exceptionCode.
-
#exceptionMessage ⇒ Object
Returns the value of attribute exceptionMessage.
Instance Method Summary collapse
-
#initialize(exceptionCode = nil, exceptionMessage = nil) ⇒ FolderFault
constructor
A new instance of FolderFault.
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
#exceptionCode ⇒ Object
Returns the value of attribute exceptionCode.
2317 2318 2319 |
# File 'lib/metal/default.rb', line 2317 def exceptionCode @exceptionCode end |
#exceptionMessage ⇒ Object
Returns the value of attribute exceptionMessage.
2318 2319 2320 |
# File 'lib/metal/default.rb', line 2318 def exceptionMessage @exceptionMessage end |