Class: YSM::ExcludedWordsService::AddExcludedWordsToAccountResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ AddExcludedWordsToAccountResponse

Returns a new instance of AddExcludedWordsToAccountResponse.



180
181
182
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 180

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



178
179
180
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 178

def out
  @out
end