Class: YSM::KeywordResearchService::GetCommonKeywordsResponse
- Inherits:
-
Object
- Object
- YSM::KeywordResearchService::GetCommonKeywordsResponse
- Defined in:
- lib/ysm4r/v2/KeywordResearchService.rb
Overview
http://marketing.ews.yahooapis.com/V2getCommonKeywordsResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetCommonKeywordsResponse
constructor
A new instance of GetCommonKeywordsResponse.
Constructor Details
#initialize(out = nil) ⇒ GetCommonKeywordsResponse
Returns a new instance of GetCommonKeywordsResponse.
327 328 329 |
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 327 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
325 326 327 |
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 325 def out @out end |