Class: YSM::ExcludedWordsService::AddExcludedWordToAdGroup

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#excludedWordObject

Returns the value of attribute excludedWord.



277
278
279
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 277

def excludedWord
  @excludedWord
end