Class: AdCenterWrapper::AdGroupNegativeKeywords

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

Overview

https://adcenter.microsoft.com/v8AdGroupNegativeKeywords

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.


773
774
775
776
# File 'lib/CampaignManagementService.rb', line 773

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

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.


770
771
772
# File 'lib/CampaignManagementService.rb', line 770

def adGroupId
  @adGroupId
end

#negativeKeywordsObject

Returns the value of attribute negativeKeywords.


771
772
773
# File 'lib/CampaignManagementService.rb', line 771

def negativeKeywords
  @negativeKeywords
end