Class: YSM::ExcludedWordsService::AddExcludedWordToAdGroup
- Inherits:
-
Object
- Object
- YSM::ExcludedWordsService::AddExcludedWordToAdGroup
- Defined in:
- lib/ysm4r/v1/ExcludedWordsService.rb,
lib/ysm4r/v2/ExcludedWordsService.rb
Overview
http://marketing.ews.yahooapis.com/V2addExcludedWordToAdGroup
Instance Attribute Summary collapse
-
#excludedWord ⇒ Object
Returns the value of attribute excludedWord.
Instance Method Summary collapse
-
#initialize(excludedWord = nil) ⇒ AddExcludedWordToAdGroup
constructor
A new instance of AddExcludedWordToAdGroup.
Constructor Details
#initialize(excludedWord = nil) ⇒ AddExcludedWordToAdGroup
Returns a new instance of AddExcludedWordToAdGroup.
279 280 281 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 279 def initialize(excludedWord = nil) @excludedWord = excludedWord end |
Instance Attribute Details
#excludedWord ⇒ Object
Returns the value of attribute excludedWord.
277 278 279 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 277 def excludedWord @excludedWord end |