Class: AdCenterWrapper::UpdateKeywordsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::UpdateKeywordsRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8UpdateKeywordsRequest
adGroupId - SOAP::SOAPLong
keywords - AdCenterWrapper::ArrayOfKeyword
Instance Attribute Summary collapse
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#keywords ⇒ Object
Returns the value of attribute keywords.
Instance Method Summary collapse
-
#initialize(adGroupId = nil, keywords = nil) ⇒ UpdateKeywordsRequest
constructor
A new instance of UpdateKeywordsRequest.
Constructor Details
permalink #initialize(adGroupId = nil, keywords = nil) ⇒ UpdateKeywordsRequest
Returns a new instance of UpdateKeywordsRequest.
2044 2045 2046 2047 |
# File 'lib/CampaignManagementService.rb', line 2044 def initialize(adGroupId = nil, keywords = nil) @adGroupId = adGroupId @keywords = keywords end |
Instance Attribute Details
permalink #adGroupId ⇒ Object
Returns the value of attribute adGroupId.
2041 2042 2043 |
# File 'lib/CampaignManagementService.rb', line 2041 def adGroupId @adGroupId end |
permalink #keywords ⇒ Object
Returns the value of attribute keywords.
2042 2043 2044 |
# File 'lib/CampaignManagementService.rb', line 2042 def keywords @keywords end |