Exception: AdCenterWrapper::ApiFault
- Inherits:
-
StandardError
- Object
- StandardError
- AdCenterWrapper::ApiFault
- Defined in:
- lib/NotificationService.rb,
lib/CustomerBillingService.rb,
lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagement/ExceptionApiFault
trackingId - SOAP::SOAPString
operationErrors - AdCenterWrapper::ArrayOfOperationError
Instance Attribute Summary collapse
-
#operationErrors ⇒ Object
Returns the value of attribute operationErrors.
-
#trackingId ⇒ Object
Returns the value of attribute trackingId.
Instance Method Summary collapse
-
#initialize(trackingId = nil, operationErrors = nil) ⇒ ApiFault
constructor
A new instance of ApiFault.
Constructor Details
#initialize(trackingId = nil, operationErrors = nil) ⇒ ApiFault
Returns a new instance of ApiFault.
314 315 316 317 |
# File 'lib/NotificationService.rb', line 314 def initialize(trackingId = nil, operationErrors = nil) @trackingId = trackingId @operationErrors = operationErrors end |
Instance Attribute Details
#operationErrors ⇒ Object
Returns the value of attribute operationErrors.
312 313 314 |
# File 'lib/NotificationService.rb', line 312 def operationErrors @operationErrors end |
#trackingId ⇒ Object
Returns the value of attribute trackingId.
311 312 313 |
# File 'lib/NotificationService.rb', line 311 def trackingId @trackingId end |