Class: AdCenterWrapper::GetAdGroupsByCampaignIdResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAdGroupsByCampaignIdResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetAdGroupsByCampaignIdResponse
adGroups - AdCenterWrapper::ArrayOfAdGroup
Instance Attribute Summary collapse
-
#adGroups ⇒ Object
Returns the value of attribute adGroups.
Instance Method Summary collapse
-
#initialize(adGroups = nil) ⇒ GetAdGroupsByCampaignIdResponse
constructor
A new instance of GetAdGroupsByCampaignIdResponse.
Constructor Details
#initialize(adGroups = nil) ⇒ GetAdGroupsByCampaignIdResponse
Returns a new instance of GetAdGroupsByCampaignIdResponse.
3125 3126 3127 |
# File 'lib/adcenter_wrapper_entities.rb', line 3125 def initialize(adGroups = nil) @adGroups = adGroups end |
Instance Attribute Details
#adGroups ⇒ Object
Returns the value of attribute adGroups.
3123 3124 3125 |
# File 'lib/adcenter_wrapper_entities.rb', line 3123 def adGroups @adGroups end |