Class: YSM::ExcludedWordsService::AddExcludedWordsToAccountResponse
- Inherits:
-
Object
- Object
- YSM::ExcludedWordsService::AddExcludedWordsToAccountResponse
- Defined in:
- lib/ysm4r/v1/ExcludedWordsService.rb,
lib/ysm4r/v2/ExcludedWordsService.rb
Overview
http://marketing.ews.yahooapis.com/V2addExcludedWordsToAccountResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ AddExcludedWordsToAccountResponse
constructor
A new instance of AddExcludedWordsToAccountResponse.
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
#out ⇒ Object
Returns the value of attribute out.
178 179 180 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 178 def out @out end |