Class: AdCenterWrapper::AddAdGroupsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::AddAdGroupsResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8AddAdGroupsResponse
adGroupIds - AdCenterWrapper::ArrayOflong
Instance Attribute Summary collapse
-
#adGroupIds ⇒ Object
Returns the value of attribute adGroupIds.
Instance Method Summary collapse
-
#initialize(adGroupIds = nil) ⇒ AddAdGroupsResponse
constructor
A new instance of AddAdGroupsResponse.
Constructor Details
permalink #initialize(adGroupIds = nil) ⇒ AddAdGroupsResponse
Returns a new instance of AddAdGroupsResponse.
2834 2835 2836 |
# File 'lib/CampaignManagementService.rb', line 2834 def initialize(adGroupIds = nil) @adGroupIds = adGroupIds end |
Instance Attribute Details
permalink #adGroupIds ⇒ Object
Returns the value of attribute adGroupIds.
2832 2833 2834 |
# File 'lib/CampaignManagementService.rb', line 2832 def adGroupIds @adGroupIds end |