Exception: AdCenterWrapper::EditorialApiFaultDetail
- Inherits:
-
StandardError
- Object
- StandardError
- AdCenterWrapper::EditorialApiFaultDetail
- 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
-
#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
#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
#batchErrors ⇒ Object
Returns the value of attribute batchErrors.
1502 1503 1504 |
# File 'lib/adcenter_wrapper_entities.rb', line 1502 def batchErrors @batchErrors end |
#editorialErrors ⇒ Object
Returns the value of attribute editorialErrors.
1503 1504 1505 |
# File 'lib/adcenter_wrapper_entities.rb', line 1503 def editorialErrors @editorialErrors end |
#operationErrors ⇒ Object
Returns the value of attribute operationErrors.
1504 1505 1506 |
# File 'lib/adcenter_wrapper_entities.rb', line 1504 def operationErrors @operationErrors end |
#trackingId ⇒ Object
Returns the value of attribute trackingId.
1501 1502 1503 |
# File 'lib/adcenter_wrapper_entities.rb', line 1501 def trackingId @trackingId end |