Exception: AdCenterWrapper::EditorialApiFaultDetail

Inherits:
StandardError
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/v7EditorialApiFaultDetail

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



1506
1507
1508
1509
1510
1511
# File 'lib/adcenter_wrapper_entities.rb', line 1506

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.



1502
1503
1504
# File 'lib/adcenter_wrapper_entities.rb', line 1502

def batchErrors
  @batchErrors
end

#editorialErrorsObject

Returns the value of attribute editorialErrors.



1503
1504
1505
# File 'lib/adcenter_wrapper_entities.rb', line 1503

def editorialErrors
  @editorialErrors
end

#operationErrorsObject

Returns the value of attribute operationErrors.



1504
1505
1506
# File 'lib/adcenter_wrapper_entities.rb', line 1504

def operationErrors
  @operationErrors
end

#trackingIdObject

Returns the value of attribute trackingId.



1501
1502
1503
# File 'lib/adcenter_wrapper_entities.rb', line 1501

def trackingId
  @trackingId
end