Class: AdCenterWrapper::GetAdsByEditorialStatusResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAdsByEditorialStatusResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetAdsByEditorialStatusResponse
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
permalink #initialize(ads = nil) ⇒ GetAdsByEditorialStatusResponse
Returns a new instance of GetAdsByEditorialStatusResponse.
1786 1787 1788 |
# File 'lib/CampaignManagementService.rb', line 1786 def initialize(ads = nil) @ads = ads end |
Instance Attribute Details
permalink #ads ⇒ Object
Returns the value of attribute ads.
1784 1785 1786 |
# File 'lib/CampaignManagementService.rb', line 1784 def ads @ads end |