Class: AdCenterWrapper::GetAdsByAdGroupIdResponse

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

Overview

https://adcenter.microsoft.com/v7GetAdsByAdGroupIdResponse

ads - AdCenterWrapper::ArrayOfAd

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ads = nil) ⇒ GetAdsByAdGroupIdResponse

Returns a new instance of GetAdsByAdGroupIdResponse.



2209
2210
2211
# File 'lib/adcenter_wrapper_entities.rb', line 2209

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

Instance Attribute Details

#adsObject

Returns the value of attribute ads.



2207
2208
2209
# File 'lib/adcenter_wrapper_entities.rb', line 2207

def ads
  @ads
end