Class: AdCenterWrapper::CampaignNegativeKeywords
- Inherits:
-
Object
- Object
- AdCenterWrapper::CampaignNegativeKeywords
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8CampaignNegativeKeywords
campaignId - SOAP::SOAPLong
negativeKeywords - AdCenterWrapper::ArrayOfstring
Instance Attribute Summary collapse
-
#campaignId ⇒ Object
Returns the value of attribute campaignId.
-
#negativeKeywords ⇒ Object
Returns the value of attribute negativeKeywords.
Instance Method Summary collapse
-
#initialize(campaignId = nil, negativeKeywords = nil) ⇒ CampaignNegativeKeywords
constructor
A new instance of CampaignNegativeKeywords.
Constructor Details
permalink #initialize(campaignId = nil, negativeKeywords = nil) ⇒ CampaignNegativeKeywords
Returns a new instance of CampaignNegativeKeywords.
650 651 652 653 |
# File 'lib/CampaignManagementService.rb', line 650 def initialize(campaignId = nil, negativeKeywords = nil) @campaignId = campaignId @negativeKeywords = negativeKeywords end |
Instance Attribute Details
permalink #campaignId ⇒ Object
Returns the value of attribute campaignId.
647 648 649 |
# File 'lib/CampaignManagementService.rb', line 647 def campaignId @campaignId end |
permalink #negativeKeywords ⇒ Object
Returns the value of attribute negativeKeywords.
648 649 650 |
# File 'lib/CampaignManagementService.rb', line 648 def negativeKeywords @negativeKeywords end |