Exception: AdCenterWrapper::ApiFaultDetail
- Inherits:
-
StandardError
- Object
- StandardError
- AdCenterWrapper::ApiFaultDetail
- Defined in:
- lib/adcenter_wrapper_entities.rb,
lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7ApiFaultDetail
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
#initialize(trackingId = nil, batchErrors = nil, operationErrors = nil) ⇒ ApiFaultDetail
Returns a new instance of ApiFaultDetail.
1488 1489 1490 1491 1492 |
# File 'lib/adcenter_wrapper_entities.rb', line 1488 def initialize(trackingId = nil, batchErrors = nil, operationErrors = nil) @trackingId = trackingId @batchErrors = batchErrors @operationErrors = operationErrors end |
Instance Attribute Details
#batchErrors ⇒ Object
Returns the value of attribute batchErrors.
1485 1486 1487 |
# File 'lib/adcenter_wrapper_entities.rb', line 1485 def batchErrors @batchErrors end |
#operationErrors ⇒ Object
Returns the value of attribute operationErrors.
1486 1487 1488 |
# File 'lib/adcenter_wrapper_entities.rb', line 1486 def operationErrors @operationErrors end |
#trackingId ⇒ Object
Returns the value of attribute trackingId.
1484 1485 1486 |
# File 'lib/adcenter_wrapper_entities.rb', line 1484 def trackingId @trackingId end |