Exception: AdCenterWrapper::ApiBatchFault
- Inherits:
-
StandardError
- Object
- StandardError
- AdCenterWrapper::ApiBatchFault
- Defined in:
- lib/adcenter_wrapper_entities.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
#initialize(trackingId = nil, operationErrors = nil, batchErrors = nil) ⇒ ApiBatchFault
Returns a new instance of ApiBatchFault.
3723 3724 3725 3726 3727 |
# File 'lib/adcenter_wrapper_entities.rb', line 3723 def initialize(trackingId = nil, operationErrors = nil, batchErrors = nil) @trackingId = trackingId @operationErrors = operationErrors @batchErrors = batchErrors end |
Instance Attribute Details
#batchErrors ⇒ Object
Returns the value of attribute batchErrors.
3721 3722 3723 |
# File 'lib/adcenter_wrapper_entities.rb', line 3721 def batchErrors @batchErrors end |
#operationErrors ⇒ Object
Returns the value of attribute operationErrors.
3720 3721 3722 |
# File 'lib/adcenter_wrapper_entities.rb', line 3720 def operationErrors @operationErrors end |
#trackingId ⇒ Object
Returns the value of attribute trackingId.
3719 3720 3721 |
# File 'lib/adcenter_wrapper_entities.rb', line 3719 def trackingId @trackingId end |