Class: YSM::KeywordService::GetKeywordResponse
- Inherits:
-
Object
- Object
- YSM::KeywordService::GetKeywordResponse
- Defined in:
- lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb
Overview
http://marketing.ews.yahooapis.com/V2getKeywordResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetKeywordResponse
constructor
A new instance of GetKeywordResponse.
Constructor Details
#initialize(out = nil) ⇒ GetKeywordResponse
Returns a new instance of GetKeywordResponse.
583 584 585 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 583 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
581 582 583 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 581 def out @out end |