Class: YSM::ExcludedWordsService::GetExcludedWordsByAccountIDResponse
- Inherits:
-
Object
- Object
- YSM::ExcludedWordsService::GetExcludedWordsByAccountIDResponse
- Defined in:
- lib/ysm4r/v1/ExcludedWordsService.rb,
lib/ysm4r/v2/ExcludedWordsService.rb
Overview
http://marketing.ews.yahooapis.com/V2getExcludedWordsByAccountIDResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetExcludedWordsByAccountIDResponse
constructor
A new instance of GetExcludedWordsByAccountIDResponse.
Constructor Details
#initialize(out = nil) ⇒ GetExcludedWordsByAccountIDResponse
Returns a new instance of GetExcludedWordsByAccountIDResponse.
234 235 236 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 234 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
232 233 234 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 232 def out @out end |