Class: AdCenterWrapper::UpdateAdsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::UpdateAdsRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7UpdateAdsRequest
adGroupId - SOAP::SOAPLong
ads - AdCenterWrapper::ArrayOfAd
Instance Attribute Summary collapse
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#ads ⇒ Object
Returns the value of attribute ads.
Instance Method Summary collapse
-
#initialize(adGroupId = nil, ads = nil) ⇒ UpdateAdsRequest
constructor
A new instance of UpdateAdsRequest.
Constructor Details
#initialize(adGroupId = nil, ads = nil) ⇒ UpdateAdsRequest
Returns a new instance of UpdateAdsRequest.
2221 2222 2223 2224 |
# File 'lib/adcenter_wrapper_entities.rb', line 2221 def initialize(adGroupId = nil, ads = nil) @adGroupId = adGroupId @ads = ads end |
Instance Attribute Details
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
2218 2219 2220 |
# File 'lib/adcenter_wrapper_entities.rb', line 2218 def adGroupId @adGroupId end |
#ads ⇒ Object
Returns the value of attribute ads.
2219 2220 2221 |
# File 'lib/adcenter_wrapper_entities.rb', line 2219 def ads @ads end |