Class: LinkTableFault
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.
Constructor Details
#initialize(exceptionCode = nil, exceptionMessage = nil) ⇒ LinkTableFault
Returns a new instance of LinkTableFault.
2398 2399 2400 2401 |
# File 'lib/metal/default.rb', line 2398 def initialize(exceptionCode = nil, exceptionMessage = nil) @exceptionCode = exceptionCode @exceptionMessage = exceptionMessage end |
Instance Attribute Details
#exceptionCode ⇒ Object
Returns the value of attribute exceptionCode.
2395 2396 2397 |
# File 'lib/metal/default.rb', line 2395 def exceptionCode @exceptionCode end |
#exceptionMessage ⇒ Object
Returns the value of attribute exceptionMessage.
2396 2397 2398 |
# File 'lib/metal/default.rb', line 2396 def exceptionMessage @exceptionMessage end |