Class: AdCenterWrapper::GetAdGroupsByIdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAdGroupsByIdsResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetAdGroupsByIdsResponse
adGroups - AdCenterWrapper::ArrayOfAdGroup
Instance Attribute Summary collapse
-
#adGroups ⇒ Object
Returns the value of attribute adGroups.
Instance Method Summary collapse
-
#initialize(adGroups = nil) ⇒ GetAdGroupsByIdsResponse
constructor
A new instance of GetAdGroupsByIdsResponse.
Constructor Details
permalink #initialize(adGroups = nil) ⇒ GetAdGroupsByIdsResponse
Returns a new instance of GetAdGroupsByIdsResponse.
2876 2877 2878 |
# File 'lib/CampaignManagementService.rb', line 2876 def initialize(adGroups = nil) @adGroups = adGroups end |
Instance Attribute Details
permalink #adGroups ⇒ Object
Returns the value of attribute adGroups.
2874 2875 2876 |
# File 'lib/CampaignManagementService.rb', line 2874 def adGroups @adGroups end |