Class: AdCenterWrapper::DeleteKeywordsRequest

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

Overview

https://adcenter.microsoft.com/v7DeleteKeywordsRequest

adGroupId - SOAP::SOAPLong
keywordIds - AdCenterWrapper::ArrayOflong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupId = nil, keywordIds = nil) ⇒ DeleteKeywordsRequest

Returns a new instance of DeleteKeywordsRequest.



2301
2302
2303
2304
# File 'lib/adcenter_wrapper_entities.rb', line 2301

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

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.



2298
2299
2300
# File 'lib/adcenter_wrapper_entities.rb', line 2298

def adGroupId
  @adGroupId
end

#keywordIdsObject

Returns the value of attribute keywordIds.



2299
2300
2301
# File 'lib/adcenter_wrapper_entities.rb', line 2299

def keywordIds
  @keywordIds
end