Exception: LinkTableFault
- Inherits:
-
StandardError
- Object
- StandardError
- LinkTableFault
- Includes:
- RubyFriendlyMethods
- Defined in:
- lib/stub/default.rb
Overview
urn:faulturn:fault.wsurn:fault.ws.rsysurn:fault.ws.rsys.comLinkTableFault
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) ⇒ LinkTableFault
constructor
A new instance of LinkTableFault.
Methods included from RubyFriendlyMethods
#exception_code, #exception_message
Constructor Details
#initialize(exceptionCode = nil, exceptionMessage = nil) ⇒ LinkTableFault
Returns a new instance of LinkTableFault.
2333 2334 2335 2336 |
# File 'lib/stub/default.rb', line 2333 def initialize(exceptionCode = nil, exceptionMessage = nil) @exceptionCode = exceptionCode @exceptionMessage = exceptionMessage end |
Instance Attribute Details
#exceptionCode ⇒ Object
Returns the value of attribute exceptionCode.
2330 2331 2332 |
# File 'lib/stub/default.rb', line 2330 def exceptionCode @exceptionCode end |
#exceptionMessage ⇒ Object
Returns the value of attribute exceptionMessage.
2331 2332 2333 |
# File 'lib/stub/default.rb', line 2331 def exceptionMessage @exceptionMessage end |