Class: AdCenterWrapper::UpdateGoalsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::UpdateGoalsResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8UpdateGoalsResponse
goalResults - AdCenterWrapper::ArrayOfGoalResult
Instance Attribute Summary collapse
-
#goalResults ⇒ Object
Returns the value of attribute goalResults.
Instance Method Summary collapse
-
#initialize(goalResults = nil) ⇒ UpdateGoalsResponse
constructor
A new instance of UpdateGoalsResponse.
Constructor Details
permalink #initialize(goalResults = nil) ⇒ UpdateGoalsResponse
Returns a new instance of UpdateGoalsResponse.
2468 2469 2470 |
# File 'lib/CampaignManagementService.rb', line 2468 def initialize(goalResults = nil) @goalResults = goalResults end |
Instance Attribute Details
permalink #goalResults ⇒ Object
Returns the value of attribute goalResults.
2466 2467 2468 |
# File 'lib/CampaignManagementService.rb', line 2466 def goalResults @goalResults end |