Class: YSM::ExcludedWordsService::AddExcludedWordsToAdGroup

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#excludedWordsObject

Returns the value of attribute excludedWords.



259
260
261
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 259

def excludedWords
  @excludedWords
end