Class: AdCenterWrapper::GetAdsByEditorialStatusResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAdsByEditorialStatusResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetAdsByEditorialStatusResponse
ads - AdCenterWrapper::ArrayOfAd
Instance Attribute Summary collapse
-
#ads ⇒ Object
Returns the value of attribute ads.
Instance Method Summary collapse
-
#initialize(ads = nil) ⇒ GetAdsByEditorialStatusResponse
constructor
A new instance of GetAdsByEditorialStatusResponse.
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
#ads ⇒ Object
Returns the value of attribute ads.
2164 2165 2166 |
# File 'lib/adcenter_wrapper_entities.rb', line 2164 def ads @ads end |