Class: AdCenterWrapper::CampaignNegativeKeywords

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

Overview

https://adcenter.microsoft.com/v8CampaignNegativeKeywords

campaignId - SOAP::SOAPLong
negativeKeywords - AdCenterWrapper::ArrayOfstring

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(campaignId = nil, negativeKeywords = nil) ⇒ CampaignNegativeKeywords

Returns a new instance of CampaignNegativeKeywords.

[View source]

650
651
652
653
# File 'lib/CampaignManagementService.rb', line 650

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

Instance Attribute Details

#campaignIdObject

Returns the value of attribute campaignId.


647
648
649
# File 'lib/CampaignManagementService.rb', line 647

def campaignId
  @campaignId
end

#negativeKeywordsObject

Returns the value of attribute negativeKeywords.


648
649
650
# File 'lib/CampaignManagementService.rb', line 648

def negativeKeywords
  @negativeKeywords
end