Class: AdCenterWrapper::AddAdsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::AddAdsResponse
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8AddAdsResponse
adIds - AdCenterWrapper::ArrayOflong
Instance Attribute Summary collapse
-
#adIds ⇒ Object
Returns the value of attribute adIds.
Instance Method Summary collapse
-
#initialize(adIds = nil) ⇒ AddAdsResponse
constructor
A new instance of AddAdsResponse.
Constructor Details
permalink #initialize(adIds = nil) ⇒ AddAdsResponse
Returns a new instance of AddAdsResponse.
3388 3389 3390 |
# File 'lib/CampaignManagementService.rb', line 3388 def initialize(adIds = nil) @adIds = adIds end |
Instance Attribute Details
permalink #adIds ⇒ Object
Returns the value of attribute adIds.
3386 3387 3388 |
# File 'lib/CampaignManagementService.rb', line 3386 def adIds @adIds end |