Class: YSM::ExcludedWordsService::AddExcludedWordToAdGroupResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ AddExcludedWordToAdGroupResponse

Returns a new instance of AddExcludedWordToAdGroupResponse.



288
289
290
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 288

def initialize(out = nil)
  @out = out
end

Instance Attribute Details

#outObject

Returns the value of attribute out.



286
287
288
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 286

def out
  @out
end