Class: YSM::ExcludedWordsService::GetExcludedWordResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetExcludedWordResponse

Returns a new instance of GetExcludedWordResponse.



144
145
146
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 144

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



142
143
144
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 142

def out
  @out
end