Class: YSM::ExcludedWordsService::AddExcludedWordsToAccount
- Inherits:
-
Object
- Object
- YSM::ExcludedWordsService::AddExcludedWordsToAccount
- Defined in:
- lib/ysm4r/v1/ExcludedWordsService.rb,
lib/ysm4r/v2/ExcludedWordsService.rb
Overview
http://marketing.ews.yahooapis.com/V2addExcludedWordsToAccount
Instance Attribute Summary collapse
-
#excludedWords ⇒ Object
Returns the value of attribute excludedWords.
Instance Method Summary collapse
-
#initialize(excludedWords = nil) ⇒ AddExcludedWordsToAccount
constructor
A new instance of AddExcludedWordsToAccount.
Constructor Details
#initialize(excludedWords = nil) ⇒ AddExcludedWordsToAccount
Returns a new instance of AddExcludedWordsToAccount.
171 172 173 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 171 def initialize(excludedWords = nil) @excludedWords = excludedWords end |
Instance Attribute Details
#excludedWords ⇒ Object
Returns the value of attribute excludedWords.
169 170 171 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 169 def excludedWords @excludedWords end |