Class: AdCenterWrapper::GetAdGroupsByIdsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/v7GetAdGroupsByIdsResponse

adGroups - AdCenterWrapper::ArrayOfAdGroup

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroups = nil) ⇒ GetAdGroupsByIdsResponse

Returns a new instance of GetAdGroupsByIdsResponse.



3105
3106
3107
# File 'lib/adcenter_wrapper_entities.rb', line 3105

def initialize(adGroups = nil)
  @adGroups = adGroups
end

Instance Attribute Details

#adGroupsObject

Returns the value of attribute adGroups.



3103
3104
3105
# File 'lib/adcenter_wrapper_entities.rb', line 3103

def adGroups
  @adGroups
end