Class: YSM::ExcludedWordsService::GetExcludedWordsResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetExcludedWordsResponse

Returns a new instance of GetExcludedWordsResponse.



216
217
218
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 216

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



214
215
216
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 214

def out
  @out
end