Class: YSM::KeywordService::GetEditorialReasonTextResponse
- Inherits:
-
Object
- Object
- YSM::KeywordService::GetEditorialReasonTextResponse
- Defined in:
- lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb
Overview
http://marketing.ews.yahooapis.com/V2getEditorialReasonTextResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetEditorialReasonTextResponse
constructor
A new instance of GetEditorialReasonTextResponse.
Constructor Details
#initialize(out = nil) ⇒ GetEditorialReasonTextResponse
Returns a new instance of GetEditorialReasonTextResponse.
665 666 667 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 665 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
663 664 665 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 663 def out @out end |