Class: YSM::ExcludedWordsService::GetExcludedWordsByAccountIDResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetExcludedWordsByAccountIDResponse

Returns a new instance of GetExcludedWordsByAccountIDResponse.



234
235
236
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 234

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



232
233
234
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 232

def out
  @out
end