Class: YSM::KeywordResearchService::KeywordInfoRequestType
- Inherits:
-
Object
- Object
- YSM::KeywordResearchService::KeywordInfoRequestType
- Defined in:
- lib/ysm4r/v2/KeywordResearchService.rb
Overview
http://marketing.ews.yahooapis.com/V2KeywordInfoRequestType
Instance Attribute Summary collapse
-
#keywords ⇒ Object
Returns the value of attribute keywords.
-
#market ⇒ Object
Returns the value of attribute market.
Instance Method Summary collapse
-
#initialize(keywords = nil, market = nil) ⇒ KeywordInfoRequestType
constructor
A new instance of KeywordInfoRequestType.
Constructor Details
#initialize(keywords = nil, market = nil) ⇒ KeywordInfoRequestType
Returns a new instance of KeywordInfoRequestType.
118 119 120 121 |
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 118 def initialize(keywords = nil, market = nil) @keywords = keywords @market = market end |
Instance Attribute Details
#keywords ⇒ Object
Returns the value of attribute keywords.
115 116 117 |
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 115 def keywords @keywords end |
#market ⇒ Object
Returns the value of attribute market.
116 117 118 |
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 116 def market @market end |