Class: AdCenterWrapper::AddAdsRequest

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

Overview

https://adcenter.microsoft.com/v7AddAdsRequest

adGroupId - SOAP::SOAPLong
ads - AdCenterWrapper::ArrayOfAd

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupId = nil, ads = nil) ⇒ AddAdsRequest

Returns a new instance of AddAdsRequest.



2113
2114
2115
2116
# File 'lib/adcenter_wrapper_entities.rb', line 2113

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

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.



2110
2111
2112
# File 'lib/adcenter_wrapper_entities.rb', line 2110

def adGroupId
  @adGroupId
end

#adsObject

Returns the value of attribute ads.



2111
2112
2113
# File 'lib/adcenter_wrapper_entities.rb', line 2111

def ads
  @ads
end