Class: YSM::KeywordResearchService::GetRelatedKeywords
- Inherits:
-
Object
- Object
- YSM::KeywordResearchService::GetRelatedKeywords
- Defined in:
- lib/ysm4r/v1/KeywordResearchService.rb,
lib/ysm4r/v2/KeywordResearchService.rb
Overview
http://marketing.ews.yahooapis.com/V2getRelatedKeywords
Instance Attribute Summary collapse
-
#relatedKeywordRequest ⇒ Object
Returns the value of attribute relatedKeywordRequest.
Instance Method Summary collapse
-
#initialize(relatedKeywordRequest = nil) ⇒ GetRelatedKeywords
constructor
A new instance of GetRelatedKeywords.
Constructor Details
#initialize(relatedKeywordRequest = nil) ⇒ GetRelatedKeywords
Returns a new instance of GetRelatedKeywords.
257 258 259 |
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 257 def initialize( = nil) @relatedKeywordRequest = end |
Instance Attribute Details
#relatedKeywordRequest ⇒ Object
Returns the value of attribute relatedKeywordRequest.
255 256 257 |
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 255 def @relatedKeywordRequest end |