Class: AdCenterWrapper::GetAdsByEditorialStatusResponse

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

Overview

https://adcenter.microsoft.com/v8GetAdsByEditorialStatusResponse

ads - AdCenterWrapper::ArrayOfAd

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ads = nil) ⇒ GetAdsByEditorialStatusResponse

Returns a new instance of GetAdsByEditorialStatusResponse.

[View source]

1786
1787
1788
# File 'lib/CampaignManagementService.rb', line 1786

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

Instance Attribute Details

#adsObject

Returns the value of attribute ads.


1784
1785
1786
# File 'lib/CampaignManagementService.rb', line 1784

def ads
  @ads
end