Class: AdCenterWrapper::CampaignNegativeKeywords
- Inherits:
-
Object
- Object
- AdCenterWrapper::CampaignNegativeKeywords
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7CampaignNegativeKeywords
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
#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
#campaignId ⇒ Object
Returns the value of attribute campaignId.
855 856 857 |
# File 'lib/adcenter_wrapper_entities.rb', line 855 def campaignId @campaignId end |
#negativeKeywords ⇒ Object
Returns the value of attribute negativeKeywords.
856 857 858 |
# File 'lib/adcenter_wrapper_entities.rb', line 856 def negativeKeywords @negativeKeywords end |