Class: YSM::ExcludedWordsService::GetExcludedWordResponse
- Inherits:
-
Object
- Object
- YSM::ExcludedWordsService::GetExcludedWordResponse
- Defined in:
- lib/ysm4r/v1/ExcludedWordsService.rb,
lib/ysm4r/v2/ExcludedWordsService.rb
Overview
http://marketing.ews.yahooapis.com/V2getExcludedWordResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetExcludedWordResponse
constructor
A new instance of GetExcludedWordResponse.
Constructor Details
#initialize(out = nil) ⇒ GetExcludedWordResponse
Returns a new instance of GetExcludedWordResponse.
144 145 146 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 144 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
142 143 144 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 142 def out @out end |