Class: YSM::ExcludedWordsService::DeleteExcludedWordResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ DeleteExcludedWordResponse

Returns a new instance of DeleteExcludedWordResponse.



252
253
254
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 252

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



250
251
252
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 250

def out
  @out
end