Class: AdCenterWrapper::UpdateKeywordsRequest

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

Overview

https://adcenter.microsoft.com/v8UpdateKeywordsRequest

adGroupId - SOAP::SOAPLong
keywords - AdCenterWrapper::ArrayOfKeyword

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupId = nil, keywords = nil) ⇒ UpdateKeywordsRequest

Returns a new instance of UpdateKeywordsRequest.

[View source]

2044
2045
2046
2047
# File 'lib/CampaignManagementService.rb', line 2044

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

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.


2041
2042
2043
# File 'lib/CampaignManagementService.rb', line 2041

def adGroupId
  @adGroupId
end

#keywordsObject

Returns the value of attribute keywords.


2042
2043
2044
# File 'lib/CampaignManagementService.rb', line 2042

def keywords
  @keywords
end