Exception: AdCenterWrapper::EditorialApiFaultDetail

Inherits:
StandardError
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(trackingId = nil, batchErrors = nil, editorialErrors = nil, operationErrors = nil) ⇒ EditorialApiFaultDetail

Returns a new instance of EditorialApiFaultDetail.

[View source]

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

#batchErrorsObject

Returns the value of attribute batchErrors.


1264
1265
1266
# File 'lib/CampaignManagementService.rb', line 1264

def batchErrors
  @batchErrors
end

#editorialErrorsObject

Returns the value of attribute editorialErrors.


1265
1266
1267
# File 'lib/CampaignManagementService.rb', line 1265

def editorialErrors
  @editorialErrors
end

#operationErrorsObject

Returns the value of attribute operationErrors.


1266
1267
1268
# File 'lib/CampaignManagementService.rb', line 1266

def operationErrors
  @operationErrors
end

#trackingIdObject

Returns the value of attribute trackingId.


1263
1264
1265
# File 'lib/CampaignManagementService.rb', line 1263

def trackingId
  @trackingId
end