Class: YSM::KeywordResearchService::GetCanonicalKeywords
- Inherits:
-
Object
- Object
- YSM::KeywordResearchService::GetCanonicalKeywords
- Defined in:
- lib/ysm4r/v2/KeywordResearchService.rb
Overview
http://marketing.ews.yahooapis.com/V2getCanonicalKeywords
Instance Attribute Summary collapse
-
#getCanonicalKeywordsRequest ⇒ Object
Returns the value of attribute getCanonicalKeywordsRequest.
Instance Method Summary collapse
-
#initialize(getCanonicalKeywordsRequest = nil) ⇒ GetCanonicalKeywords
constructor
A new instance of GetCanonicalKeywords.
Constructor Details
#initialize(getCanonicalKeywordsRequest = nil) ⇒ GetCanonicalKeywords
Returns a new instance of GetCanonicalKeywords.
300 301 302 |
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 300 def initialize(getCanonicalKeywordsRequest = nil) @getCanonicalKeywordsRequest = getCanonicalKeywordsRequest end |
Instance Attribute Details
#getCanonicalKeywordsRequest ⇒ Object
Returns the value of attribute getCanonicalKeywordsRequest.
298 299 300 |
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 298 def getCanonicalKeywordsRequest @getCanonicalKeywordsRequest end |