Exception: CampaignFault

Inherits:
StandardError
  • Object
show all
Defined in:
lib/metal/default.rb

Overview

urn:faulturn:fault.wsurn:fault.ws.rsysurn:fault.ws.rsys.comCampaignFault

exceptionCode - ExceptionCode
exceptionMessage - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(exceptionCode = nil, exceptionMessage = nil) ⇒ CampaignFault

Returns a new instance of CampaignFault.



2359
2360
2361
2362
# File 'lib/metal/default.rb', line 2359

def initialize(exceptionCode = nil, exceptionMessage = nil)
  @exceptionCode = exceptionCode
  @exceptionMessage = exceptionMessage
end

Instance Attribute Details

#exceptionCodeObject

Returns the value of attribute exceptionCode.



2356
2357
2358
# File 'lib/metal/default.rb', line 2356

def exceptionCode
  @exceptionCode
end

#exceptionMessageObject

Returns the value of attribute exceptionMessage.



2357
2358
2359
# File 'lib/metal/default.rb', line 2357

def exceptionMessage
  @exceptionMessage
end