Exception: AdCenterWrapper::ApiFaultDetail
- Inherits:
-
StandardError
- Object
- StandardError
- AdCenterWrapper::ApiFaultDetail
- Defined in:
- lib/OptimizerService.rb,
lib/ReportingService.rb,
lib/AdIntelligenceService.rb,
lib/CampaignManagementService.rb more...
Overview
https://adcenter.microsoft.com/v8ApiFaultDetail
trackingId - SOAP::SOAPString
batchErrors - AdCenterWrapper::ArrayOfBatchError
operationErrors - AdCenterWrapper::ArrayOfOperationError
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, batchErrors = nil, operationErrors = nil) ⇒ ApiFaultDetail
constructor
A new instance of ApiFaultDetail.
Constructor Details
permalink #initialize(trackingId = nil, batchErrors = nil, operationErrors = nil) ⇒ ApiFaultDetail
Returns a new instance of ApiFaultDetail.
131 132 133 134 135 |
# File 'lib/OptimizerService.rb', line 131 def initialize(trackingId = nil, batchErrors = nil, operationErrors = nil) @trackingId = trackingId @batchErrors = batchErrors @operationErrors = operationErrors end |
Instance Attribute Details
permalink #batchErrors ⇒ Object
Returns the value of attribute batchErrors.
128 129 130 |
# File 'lib/OptimizerService.rb', line 128 def batchErrors @batchErrors end |
permalink #operationErrors ⇒ Object
Returns the value of attribute operationErrors.
129 130 131 |
# File 'lib/OptimizerService.rb', line 129 def operationErrors @operationErrors end |
permalink #trackingId ⇒ Object
Returns the value of attribute trackingId.
127 128 129 |
# File 'lib/OptimizerService.rb', line 127 def trackingId @trackingId end |