Class: AdCenterWrapper::UpdateKeywordsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::UpdateKeywordsRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7UpdateKeywordsRequest
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
#initialize(adGroupId = nil, keywords = nil) ⇒ UpdateKeywordsRequest
Returns a new instance of UpdateKeywordsRequest.
2424 2425 2426 2427 |
# File 'lib/adcenter_wrapper_entities.rb', line 2424 def initialize(adGroupId = nil, keywords = nil) @adGroupId = adGroupId @keywords = keywords end |
Instance Attribute Details
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
2421 2422 2423 |
# File 'lib/adcenter_wrapper_entities.rb', line 2421 def adGroupId @adGroupId end |
#keywords ⇒ Object
Returns the value of attribute keywords.
2422 2423 2424 |
# File 'lib/adcenter_wrapper_entities.rb', line 2422 def keywords @keywords end |