Class: AdCenterWrapper::CampaignNegativeKeywords

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

Overview

https://adcenter.microsoft.com/v7CampaignNegativeKeywords

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.



858
859
860
861
# File 'lib/adcenter_wrapper_entities.rb', line 858

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

Instance Attribute Details

#campaignIdObject

Returns the value of attribute campaignId.



855
856
857
# File 'lib/adcenter_wrapper_entities.rb', line 855

def campaignId
  @campaignId
end

#negativeKeywordsObject

Returns the value of attribute negativeKeywords.



856
857
858
# File 'lib/adcenter_wrapper_entities.rb', line 856

def negativeKeywords
  @negativeKeywords
end