Class: AdCenterWrapper::AdGroupNegativeKeywords
- Inherits:
-
Object
- Object
- AdCenterWrapper::AdGroupNegativeKeywords
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7AdGroupNegativeKeywords
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.
1003 1004 1005 1006 |
# File 'lib/adcenter_wrapper_entities.rb', line 1003 def initialize(adGroupId = nil, negativeKeywords = nil) @adGroupId = adGroupId @negativeKeywords = negativeKeywords end |
Instance Attribute Details
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
1000 1001 1002 |
# File 'lib/adcenter_wrapper_entities.rb', line 1000 def adGroupId @adGroupId end |
#negativeKeywords ⇒ Object
Returns the value of attribute negativeKeywords.
1001 1002 1003 |
# File 'lib/adcenter_wrapper_entities.rb', line 1001 def negativeKeywords @negativeKeywords end |