Class: AdCenterWrapper::GetAdsByIdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAdsByIdsResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetAdsByIdsResponse
ads - AdCenterWrapper::ArrayOfAd
Instance Attribute Summary collapse
-
#ads ⇒ Object
Returns the value of attribute ads.
Instance Method Summary collapse
-
#initialize(ads = nil) ⇒ GetAdsByIdsResponse
constructor
A new instance of GetAdsByIdsResponse.
Constructor Details
permalink #initialize(ads = nil) ⇒ GetAdsByIdsResponse
Returns a new instance of GetAdsByIdsResponse.
1809 1810 1811 |
# File 'lib/CampaignManagementService.rb', line 1809 def initialize(ads = nil) @ads = ads end |
Instance Attribute Details
permalink #ads ⇒ Object
Returns the value of attribute ads.
1807 1808 1809 |
# File 'lib/CampaignManagementService.rb', line 1807 def ads @ads end |