Exception: DocumentFault
- Inherits:
-
StandardError
- Object
- StandardError
- DocumentFault
- Includes:
- RubyFriendlyMethods
- Defined in:
- lib/stub/default.rb
Overview
urn:faulturn:fault.wsurn:fault.ws.rsysurn:fault.ws.rsys.comDocumentFault
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) ⇒ DocumentFault
constructor
A new instance of DocumentFault.
Methods included from RubyFriendlyMethods
#exception_code, #exception_message
Constructor Details
#initialize(exceptionCode = nil, exceptionMessage = nil) ⇒ DocumentFault
Returns a new instance of DocumentFault.
2347 2348 2349 2350 |
# File 'lib/stub/default.rb', line 2347 def initialize(exceptionCode = nil, exceptionMessage = nil) @exceptionCode = exceptionCode @exceptionMessage = exceptionMessage end |
Instance Attribute Details
#exceptionCode ⇒ Object
Returns the value of attribute exceptionCode.
2344 2345 2346 |
# File 'lib/stub/default.rb', line 2344 def exceptionCode @exceptionCode end |
#exceptionMessage ⇒ Object
Returns the value of attribute exceptionMessage.
2345 2346 2347 |
# File 'lib/stub/default.rb', line 2345 def exceptionMessage @exceptionMessage end |