Class: YSM::ExcludedWordsService::AddExcludedWordsToAccount

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/ExcludedWordsService.rb,
lib/ysm4r/v2/ExcludedWordsService.rb

Overview

http://marketing.ews.yahooapis.com/V2addExcludedWordsToAccount

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#excludedWordsObject

Returns the value of attribute excludedWords.



169
170
171
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 169

def excludedWords
  @excludedWords
end