Class: YSM::ExcludedWordsService::AddExcludedWordToAccountResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ AddExcludedWordToAccountResponse

Returns a new instance of AddExcludedWordToAccountResponse.



198
199
200
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 198

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



196
197
198
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 196

def out
  @out
end