Class: AdCenterWrapper::AdGroupNegativeKeywords

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

Overview

https://adcenter.microsoft.com/v7AdGroupNegativeKeywords

adGroupId - SOAP::SOAPLong
negativeKeywords - AdCenterWrapper::ArrayOfstring

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupId = nil, negativeKeywords = nil) ⇒ AdGroupNegativeKeywords

Returns a new instance of AdGroupNegativeKeywords.



1003
1004
1005
1006
# File 'lib/adcenter_wrapper_entities.rb', line 1003

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

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.



1000
1001
1002
# File 'lib/adcenter_wrapper_entities.rb', line 1000

def adGroupId
  @adGroupId
end

#negativeKeywordsObject

Returns the value of attribute negativeKeywords.



1001
1002
1003
# File 'lib/adcenter_wrapper_entities.rb', line 1001

def negativeKeywords
  @negativeKeywords
end