Class: AdCenterWrapper::AdGroupNegativeKeywords
- Inherits:
-
Object
- Object
- AdCenterWrapper::AdGroupNegativeKeywords
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8AdGroupNegativeKeywords
adGroupId - SOAP::SOAPLong
negativeKeywords - AdCenterWrapper::ArrayOfstring
Instance Attribute Summary collapse
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#negativeKeywords ⇒ Object
Returns the value of attribute negativeKeywords.
Instance Method Summary collapse
-
#initialize(adGroupId = nil, negativeKeywords = nil) ⇒ AdGroupNegativeKeywords
constructor
A new instance of AdGroupNegativeKeywords.
Constructor Details
#initialize(adGroupId = nil, negativeKeywords = nil) ⇒ AdGroupNegativeKeywords
Returns a new instance of AdGroupNegativeKeywords.
773 774 775 776 |
# File 'lib/CampaignManagementService.rb', line 773 def initialize(adGroupId = nil, negativeKeywords = nil) @adGroupId = adGroupId @negativeKeywords = negativeKeywords end |
Instance Attribute Details
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
770 771 772 |
# File 'lib/CampaignManagementService.rb', line 770 def adGroupId @adGroupId end |
#negativeKeywords ⇒ Object
Returns the value of attribute negativeKeywords.
771 772 773 |
# File 'lib/CampaignManagementService.rb', line 771 def negativeKeywords @negativeKeywords end |