Class: YSM::ExcludedWordsService::DeleteExcludedWordsResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ DeleteExcludedWordsResponse

Returns a new instance of DeleteExcludedWordsResponse.



162
163
164
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 162

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



160
161
162
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 160

def out
  @out
end