Class: YSM::KeywordService::GetEditorialReasonsForKeywordResponse
- Inherits:
-
Object
- Object
- YSM::KeywordService::GetEditorialReasonsForKeywordResponse
- Defined in:
- lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb
Overview
http://marketing.ews.yahooapis.com/V2getEditorialReasonsForKeywordResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetEditorialReasonsForKeywordResponse
constructor
A new instance of GetEditorialReasonsForKeywordResponse.
Constructor Details
#initialize(out = nil) ⇒ GetEditorialReasonsForKeywordResponse
Returns a new instance of GetEditorialReasonsForKeywordResponse.
453 454 455 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 453 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
451 452 453 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 451 def out @out end |