Class: YSM::KeywordResearchService::GetPageRelatedKeywords
- Inherits:
-
Object
- Object
- YSM::KeywordResearchService::GetPageRelatedKeywords
- Defined in:
- lib/ysm4r/v1/KeywordResearchService.rb,
lib/ysm4r/v2/KeywordResearchService.rb
Overview
http://marketing.ews.yahooapis.com/V2getPageRelatedKeywords
Instance Attribute Summary collapse
-
#pageRelatedKeywordRequest ⇒ Object
Returns the value of attribute pageRelatedKeywordRequest.
Instance Method Summary collapse
-
#initialize(pageRelatedKeywordRequest = nil) ⇒ GetPageRelatedKeywords
constructor
A new instance of GetPageRelatedKeywords.
Constructor Details
#initialize(pageRelatedKeywordRequest = nil) ⇒ GetPageRelatedKeywords
Returns a new instance of GetPageRelatedKeywords.
239 240 241 |
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 239 def initialize( = nil) @pageRelatedKeywordRequest = end |
Instance Attribute Details
#pageRelatedKeywordRequest ⇒ Object
Returns the value of attribute pageRelatedKeywordRequest.
237 238 239 |
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 237 def @pageRelatedKeywordRequest end |