Class: YSM::KeywordResearchService::GetPageRelatedKeywordsResponse
- Inherits:
-
Object
- Object
- YSM::KeywordResearchService::GetPageRelatedKeywordsResponse
- Defined in:
- lib/ysm4r/v1/KeywordResearchService.rb,
lib/ysm4r/v2/KeywordResearchService.rb
Overview
http://marketing.ews.yahooapis.com/V2getPageRelatedKeywordsResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetPageRelatedKeywordsResponse
constructor
A new instance of GetPageRelatedKeywordsResponse.
Constructor Details
#initialize(out = nil) ⇒ GetPageRelatedKeywordsResponse
Returns a new instance of GetPageRelatedKeywordsResponse.
248 249 250 |
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 248 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
246 247 248 |
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 246 def out @out end |