Class: YSM::ExcludedWordsService::AddExcludedWordToAccountResponse
- Inherits:
-
Object
- Object
- YSM::ExcludedWordsService::AddExcludedWordToAccountResponse
- Defined in:
- lib/ysm4r/v1/ExcludedWordsService.rb,
lib/ysm4r/v2/ExcludedWordsService.rb
Overview
http://marketing.ews.yahooapis.com/V2addExcludedWordToAccountResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ AddExcludedWordToAccountResponse
constructor
A new instance of AddExcludedWordToAccountResponse.
Constructor Details
#initialize(out = nil) ⇒ AddExcludedWordToAccountResponse
Returns a new instance of AddExcludedWordToAccountResponse.
198 199 200 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 198 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
196 197 198 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 196 def out @out end |