Class: AdCenterWrapper::UpdateKeywordsRequest

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

Overview

https://adcenter.microsoft.com/v7UpdateKeywordsRequest

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.



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

#adGroupIdObject

Returns the value of attribute adGroupId.



2421
2422
2423
# File 'lib/adcenter_wrapper_entities.rb', line 2421

def adGroupId
  @adGroupId
end

#keywordsObject

Returns the value of attribute keywords.



2422
2423
2424
# File 'lib/adcenter_wrapper_entities.rb', line 2422

def keywords
  @keywords
end