Exception: AdCenterWrapper::AnalyticsApiFaultDetail
- Inherits:
-
StandardError
- Object
- StandardError
- AdCenterWrapper::AnalyticsApiFaultDetail
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8AnalyticsApiFaultDetail
trackingId - SOAP::SOAPString
goalErrors - AdCenterWrapper::ArrayOfGoalError
operationErrors - AdCenterWrapper::ArrayOfOperationError
Instance Attribute Summary collapse
-
#goalErrors ⇒ Object
Returns the value of attribute goalErrors.
-
#operationErrors ⇒ Object
Returns the value of attribute operationErrors.
-
#trackingId ⇒ Object
Returns the value of attribute trackingId.
Instance Method Summary collapse
-
#initialize(trackingId = nil, goalErrors = nil, operationErrors = nil) ⇒ AnalyticsApiFaultDetail
constructor
A new instance of AnalyticsApiFaultDetail.
Constructor Details
#initialize(trackingId = nil, goalErrors = nil, operationErrors = nil) ⇒ AnalyticsApiFaultDetail
Returns a new instance of AnalyticsApiFaultDetail.
1285 1286 1287 1288 1289 |
# File 'lib/CampaignManagementService.rb', line 1285 def initialize(trackingId = nil, goalErrors = nil, operationErrors = nil) @trackingId = trackingId @goalErrors = goalErrors @operationErrors = operationErrors end |
Instance Attribute Details
#goalErrors ⇒ Object
Returns the value of attribute goalErrors.
1282 1283 1284 |
# File 'lib/CampaignManagementService.rb', line 1282 def goalErrors @goalErrors end |
#operationErrors ⇒ Object
Returns the value of attribute operationErrors.
1283 1284 1285 |
# File 'lib/CampaignManagementService.rb', line 1283 def operationErrors @operationErrors end |
#trackingId ⇒ Object
Returns the value of attribute trackingId.
1281 1282 1283 |
# File 'lib/CampaignManagementService.rb', line 1281 def trackingId @trackingId end |