Class: YSM::ExcludedWordsService::AddExcludedWordsToAdGroup
- Inherits:
-
Object
- Object
- YSM::ExcludedWordsService::AddExcludedWordsToAdGroup
- Defined in:
- lib/ysm4r/v1/ExcludedWordsService.rb,
lib/ysm4r/v2/ExcludedWordsService.rb
Overview
http://marketing.ews.yahooapis.com/V2addExcludedWordsToAdGroup
Instance Attribute Summary collapse
-
#excludedWords ⇒ Object
Returns the value of attribute excludedWords.
Instance Method Summary collapse
-
#initialize(excludedWords = nil) ⇒ AddExcludedWordsToAdGroup
constructor
A new instance of AddExcludedWordsToAdGroup.
Constructor Details
#initialize(excludedWords = nil) ⇒ AddExcludedWordsToAdGroup
Returns a new instance of AddExcludedWordsToAdGroup.
261 262 263 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 261 def initialize(excludedWords = nil) @excludedWords = excludedWords end |
Instance Attribute Details
#excludedWords ⇒ Object
Returns the value of attribute excludedWords.
259 260 261 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 259 def excludedWords @excludedWords end |