Exception: AdCenterWrapper::EditorialApiFaultDetail
- Inherits:
-
StandardError
- Object
- StandardError
- AdCenterWrapper::EditorialApiFaultDetail
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8EditorialApiFaultDetail
trackingId - SOAP::SOAPString
batchErrors - AdCenterWrapper::ArrayOfBatchError
editorialErrors - AdCenterWrapper::ArrayOfEditorialError
operationErrors - AdCenterWrapper::ArrayOfOperationError
Instance Attribute Summary collapse
-
#batchErrors ⇒ Object
Returns the value of attribute batchErrors.
-
#editorialErrors ⇒ Object
Returns the value of attribute editorialErrors.
-
#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, editorialErrors = nil, operationErrors = nil) ⇒ EditorialApiFaultDetail
constructor
A new instance of EditorialApiFaultDetail.
Constructor Details
permalink #initialize(trackingId = nil, batchErrors = nil, editorialErrors = nil, operationErrors = nil) ⇒ EditorialApiFaultDetail
Returns a new instance of EditorialApiFaultDetail.
1268 1269 1270 1271 1272 1273 |
# File 'lib/CampaignManagementService.rb', line 1268 def initialize(trackingId = nil, batchErrors = nil, editorialErrors = nil, operationErrors = nil) @trackingId = trackingId @batchErrors = batchErrors @editorialErrors = editorialErrors @operationErrors = operationErrors end |
Instance Attribute Details
permalink #batchErrors ⇒ Object
Returns the value of attribute batchErrors.
1264 1265 1266 |
# File 'lib/CampaignManagementService.rb', line 1264 def batchErrors @batchErrors end |
permalink #editorialErrors ⇒ Object
Returns the value of attribute editorialErrors.
1265 1266 1267 |
# File 'lib/CampaignManagementService.rb', line 1265 def editorialErrors @editorialErrors end |
permalink #operationErrors ⇒ Object
Returns the value of attribute operationErrors.
1266 1267 1268 |
# File 'lib/CampaignManagementService.rb', line 1266 def operationErrors @operationErrors end |
permalink #trackingId ⇒ Object
Returns the value of attribute trackingId.
1263 1264 1265 |
# File 'lib/CampaignManagementService.rb', line 1263 def trackingId @trackingId end |