Exception: AdCenterWrapper::AdApiFaultDetail
- Inherits:
-
StandardError
- Object
- StandardError
- AdCenterWrapper::AdApiFaultDetail
- Defined in:
- lib/OptimizerService.rb,
lib/ReportingService.rb,
lib/NotificationService.rb,
lib/AdIntelligenceService.rb,
lib/AdministrationService.rb,
lib/CustomerBillingService.rb,
lib/CampaignManagementService.rb,
lib/CustomerManagementService.rb more...
Overview
https://adapi.microsoft.comAdApiFaultDetail
trackingId - SOAP::SOAPString
errors - AdCenterWrapper::ArrayOfAdApiError
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#trackingId ⇒ Object
Returns the value of attribute trackingId.
Instance Method Summary collapse
-
#initialize(trackingId = nil, errors = nil) ⇒ AdApiFaultDetail
constructor
A new instance of AdApiFaultDetail.
Constructor Details
permalink #initialize(trackingId = nil, errors = nil) ⇒ AdApiFaultDetail
Returns a new instance of AdApiFaultDetail.
145 146 147 148 |
# File 'lib/OptimizerService.rb', line 145 def initialize(trackingId = nil, errors = nil) @trackingId = trackingId @errors = errors end |
Instance Attribute Details
permalink #errors ⇒ Object
Returns the value of attribute errors.
143 144 145 |
# File 'lib/OptimizerService.rb', line 143 def errors @errors end |
permalink #trackingId ⇒ Object
Returns the value of attribute trackingId.
142 143 144 |
# File 'lib/OptimizerService.rb', line 142 def trackingId @trackingId end |