Class: AdCenterWrapper::SetNegativeKeywordsToCampaignsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::SetNegativeKeywordsToCampaignsRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8SetNegativeKeywordsToCampaignsRequest
accountId - SOAP::SOAPLong
campaignNegativeKeywords - AdCenterWrapper::ArrayOfCampaignNegativeKeywords
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#campaignNegativeKeywords ⇒ Object
Returns the value of attribute campaignNegativeKeywords.
Instance Method Summary collapse
-
#initialize(accountId = nil, campaignNegativeKeywords = nil) ⇒ SetNegativeKeywordsToCampaignsRequest
constructor
A new instance of SetNegativeKeywordsToCampaignsRequest.
Constructor Details
#initialize(accountId = nil, campaignNegativeKeywords = nil) ⇒ SetNegativeKeywordsToCampaignsRequest
Returns a new instance of SetNegativeKeywordsToCampaignsRequest.
2762 2763 2764 2765 |
# File 'lib/CampaignManagementService.rb', line 2762 def initialize(accountId = nil, campaignNegativeKeywords = nil) @accountId = accountId @campaignNegativeKeywords = campaignNegativeKeywords end |
Instance Attribute Details
#accountId ⇒ Object
Returns the value of attribute accountId.
2759 2760 2761 |
# File 'lib/CampaignManagementService.rb', line 2759 def accountId @accountId end |
#campaignNegativeKeywords ⇒ Object
Returns the value of attribute campaignNegativeKeywords.
2760 2761 2762 |
# File 'lib/CampaignManagementService.rb', line 2760 def campaignNegativeKeywords @campaignNegativeKeywords end |