Class: AdCenterWrapper::GetGoalsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetGoalsResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetGoalsResponse
goals - AdCenterWrapper::ArrayOfGoal
Instance Attribute Summary collapse
-
#goals ⇒ Object
Returns the value of attribute goals.
Instance Method Summary collapse
-
#initialize(goals = nil) ⇒ GetGoalsResponse
constructor
A new instance of GetGoalsResponse.
Constructor Details
permalink #initialize(goals = nil) ⇒ GetGoalsResponse
Returns a new instance of GetGoalsResponse.
2488 2489 2490 |
# File 'lib/CampaignManagementService.rb', line 2488 def initialize(goals = nil) @goals = goals end |
Instance Attribute Details
permalink #goals ⇒ Object
Returns the value of attribute goals.
2486 2487 2488 |
# File 'lib/CampaignManagementService.rb', line 2486 def goals @goals end |