Exception: LinkTableFault

Inherits:
StandardError
  • Object
show all
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

Instance Method Summary collapse

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

#exceptionCodeObject

Returns the value of attribute exceptionCode.



2330
2331
2332
# File 'lib/stub/default.rb', line 2330

def exceptionCode
  @exceptionCode
end

#exceptionMessageObject

Returns the value of attribute exceptionMessage.



2331
2332
2333
# File 'lib/stub/default.rb', line 2331

def exceptionMessage
  @exceptionMessage
end