Exception: ConnectFault
- Inherits:
-
StandardError
- Object
- StandardError
- ConnectFault
- Includes:
- RubyFriendlyMethods
- Defined in:
- lib/stub/default.rb
Overview
urn:faulturn:fault.wsurn:fault.ws.rsysurn:fault.ws.rsys.comConnectFault
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) ⇒ ConnectFault
constructor
A new instance of ConnectFault.
Methods included from RubyFriendlyMethods
#exception_code, #exception_message
Constructor Details
#initialize(exceptionCode = nil, exceptionMessage = nil) ⇒ ConnectFault
Returns a new instance of ConnectFault.
2375 2376 2377 2378 |
# File 'lib/stub/default.rb', line 2375 def initialize(exceptionCode = nil, exceptionMessage = nil) @exceptionCode = exceptionCode @exceptionMessage = exceptionMessage end |
Instance Attribute Details
#exceptionCode ⇒ Object
Returns the value of attribute exceptionCode.
2372 2373 2374 |
# File 'lib/stub/default.rb', line 2372 def exceptionCode @exceptionCode end |
#exceptionMessage ⇒ Object
Returns the value of attribute exceptionMessage.
2373 2374 2375 |
# File 'lib/stub/default.rb', line 2373 def exceptionMessage @exceptionMessage end |