Class: YSM::KeywordResearchService::GetCommonKeywords
- Inherits:
-
Object
- Object
- YSM::KeywordResearchService::GetCommonKeywords
- Defined in:
- lib/ysm4r/v2/KeywordResearchService.rb
Overview
http://marketing.ews.yahooapis.com/V2getCommonKeywords
Instance Attribute Summary collapse
-
#commonKeywordsRequest ⇒ Object
Returns the value of attribute commonKeywordsRequest.
Instance Method Summary collapse
-
#initialize(commonKeywordsRequest = nil) ⇒ GetCommonKeywords
constructor
A new instance of GetCommonKeywords.
Constructor Details
#initialize(commonKeywordsRequest = nil) ⇒ GetCommonKeywords
Returns a new instance of GetCommonKeywords.
318 319 320 |
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 318 def initialize(commonKeywordsRequest = nil) @commonKeywordsRequest = commonKeywordsRequest end |
Instance Attribute Details
#commonKeywordsRequest ⇒ Object
Returns the value of attribute commonKeywordsRequest.
316 317 318 |
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 316 def commonKeywordsRequest @commonKeywordsRequest end |