Exception: AdCenterWrapper::ApiBatchFault
- Inherits:
-
StandardError
- Object
- StandardError
- AdCenterWrapper::ApiBatchFault
- Defined in:
- lib/CustomerBillingService.rb
Overview
https://adcenter.microsoft.com/api/customermanagement/ExceptionApiBatchFault
trackingId - SOAP::SOAPString
operationErrors - AdCenterWrapper::ArrayOfOperationError
batchErrors - AdCenterWrapper::ArrayOfBatchError
Instance Attribute Summary collapse
-
#batchErrors ⇒ Object
Returns the value of attribute batchErrors.
-
#operationErrors ⇒ Object
Returns the value of attribute operationErrors.
-
#trackingId ⇒ Object
Returns the value of attribute trackingId.
Instance Method Summary collapse
-
#initialize(trackingId = nil, operationErrors = nil, batchErrors = nil) ⇒ ApiBatchFault
constructor
A new instance of ApiBatchFault.
Constructor Details
permalink #initialize(trackingId = nil, operationErrors = nil, batchErrors = nil) ⇒ ApiBatchFault
Returns a new instance of ApiBatchFault.
188 189 190 191 192 |
# File 'lib/CustomerBillingService.rb', line 188 def initialize(trackingId = nil, operationErrors = nil, batchErrors = nil) @trackingId = trackingId @operationErrors = operationErrors @batchErrors = batchErrors end |
Instance Attribute Details
permalink #batchErrors ⇒ Object
Returns the value of attribute batchErrors.
186 187 188 |
# File 'lib/CustomerBillingService.rb', line 186 def batchErrors @batchErrors end |
permalink #operationErrors ⇒ Object
Returns the value of attribute operationErrors.
185 186 187 |
# File 'lib/CustomerBillingService.rb', line 185 def operationErrors @operationErrors end |
permalink #trackingId ⇒ Object
Returns the value of attribute trackingId.
184 185 186 |
# File 'lib/CustomerBillingService.rb', line 184 def trackingId @trackingId end |