Exception: TriggeredMessageFault
- Inherits:
-
StandardError
- Object
- StandardError
- TriggeredMessageFault
- Includes:
- RubyFriendlyMethods
- Defined in:
- lib/stub/default.rb
Overview
urn:faulturn:fault.wsurn:fault.ws.rsysurn:fault.ws.rsys.comTriggeredMessageFault
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) ⇒ TriggeredMessageFault
constructor
A new instance of TriggeredMessageFault.
Methods included from RubyFriendlyMethods
#exception_code, #exception_message
Constructor Details
#initialize(exceptionCode = nil, exceptionMessage = nil) ⇒ TriggeredMessageFault
Returns a new instance of TriggeredMessageFault.
2263 2264 2265 2266 |
# File 'lib/stub/default.rb', line 2263 def initialize(exceptionCode = nil, exceptionMessage = nil) @exceptionCode = exceptionCode @exceptionMessage = exceptionMessage end |
Instance Attribute Details
#exceptionCode ⇒ Object
Returns the value of attribute exceptionCode.
2260 2261 2262 |
# File 'lib/stub/default.rb', line 2260 def exceptionCode @exceptionCode end |
#exceptionMessage ⇒ Object
Returns the value of attribute exceptionMessage.
2261 2262 2263 |
# File 'lib/stub/default.rb', line 2261 def exceptionMessage @exceptionMessage end |