Class: AdCenterWrapper::GetAdsByEditorialStatusResponse

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

Overview

https://adcenter.microsoft.com/v7GetAdsByEditorialStatusResponse

ads - AdCenterWrapper::ArrayOfAd

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ads = nil) ⇒ GetAdsByEditorialStatusResponse

Returns a new instance of GetAdsByEditorialStatusResponse.



2166
2167
2168
# File 'lib/adcenter_wrapper_entities.rb', line 2166

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

Instance Attribute Details

#adsObject

Returns the value of attribute ads.



2164
2165
2166
# File 'lib/adcenter_wrapper_entities.rb', line 2164

def ads
  @ads
end