Exception: CampaignFault
- Inherits:
-
StandardError
- Object
- StandardError
- CampaignFault
- Includes:
- RubyFriendlyMethods
- Defined in:
- lib/stub/default.rb
Overview
urn:faulturn:fault.wsurn:fault.ws.rsysurn:fault.ws.rsys.comCampaignFault
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) ⇒ CampaignFault
constructor
A new instance of CampaignFault.
Methods included from RubyFriendlyMethods
#exception_code, #exception_message
Constructor Details
#initialize(exceptionCode = nil, exceptionMessage = nil) ⇒ CampaignFault
Returns a new instance of CampaignFault.
2291 2292 2293 2294 |
# File 'lib/stub/default.rb', line 2291 def initialize(exceptionCode = nil, exceptionMessage = nil) @exceptionCode = exceptionCode @exceptionMessage = exceptionMessage end |
Instance Attribute Details
#exceptionCode ⇒ Object
Returns the value of attribute exceptionCode.
2288 2289 2290 |
# File 'lib/stub/default.rb', line 2288 def exceptionCode @exceptionCode end |
#exceptionMessage ⇒ Object
Returns the value of attribute exceptionMessage.
2289 2290 2291 |
# File 'lib/stub/default.rb', line 2289 def exceptionMessage @exceptionMessage end |