Class: AdCenterWrapper::GetAdGroupsInfoByCampaignIdResponse

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

Overview

https://adcenter.microsoft.com/v7GetAdGroupsInfoByCampaignIdResponse

adGroupsInfo - AdCenterWrapper::ArrayOfAdGroupInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupsInfo = nil) ⇒ GetAdGroupsInfoByCampaignIdResponse



3218
3219
3220
# File 'lib/adcenter_wrapper_entities.rb', line 3218

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

Instance Attribute Details

#adGroupsInfoObject

Returns the value of attribute adGroupsInfo.



3216
3217
3218
# File 'lib/adcenter_wrapper_entities.rb', line 3216

def adGroupsInfo
  @adGroupsInfo
end