Class: YSM::KeywordResearchService::KeywordInfoType
- Inherits:
-
Object
- Object
- YSM::KeywordResearchService::KeywordInfoType
- Defined in:
- lib/ysm4r/v2/KeywordResearchService.rb
Overview
http://marketing.ews.yahooapis.com/V2KeywordInfoType
Instance Attribute Summary collapse
-
#canonical ⇒ Object
Returns the value of attribute canonical.
-
#common ⇒ Object
Returns the value of attribute common.
-
#raw ⇒ Object
Returns the value of attribute raw.
Instance Method Summary collapse
-
#initialize(canonical = nil, common = nil, raw = nil) ⇒ KeywordInfoType
constructor
A new instance of KeywordInfoType.
Constructor Details
#initialize(canonical = nil, common = nil, raw = nil) ⇒ KeywordInfoType
Returns a new instance of KeywordInfoType.
147 148 149 150 151 |
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 147 def initialize(canonical = nil, common = nil, raw = nil) @canonical = canonical @common = common @raw = raw end |
Instance Attribute Details
#canonical ⇒ Object
Returns the value of attribute canonical.
143 144 145 |
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 143 def canonical @canonical end |
#common ⇒ Object
Returns the value of attribute common.
144 145 146 |
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 144 def common @common end |
#raw ⇒ Object
Returns the value of attribute raw.
145 146 147 |
# File 'lib/ysm4r/v2/KeywordResearchService.rb', line 145 def raw @raw end |