Class: YSM::KeywordResearchService::RelatedKeywordType
- Inherits:
-
Object
- Object
- YSM::KeywordResearchService::RelatedKeywordType
- Defined in:
- lib/ysm4r/v1/KeywordResearchService.rb,
lib/ysm4r/v2/KeywordResearchService.rb
Overview
http://marketing.ews.yahooapis.com/V2RelatedKeywordType
Instance Attribute Summary collapse
-
#canonical ⇒ Object
Returns the value of attribute canonical.
-
#common ⇒ Object
Returns the value of attribute common.
-
#rangeValue ⇒ Object
Returns the value of attribute rangeValue.
-
#score ⇒ Object
Returns the value of attribute score.
Instance Method Summary collapse
-
#initialize(canonical = nil, common = nil, rangeValue = nil, score = nil) ⇒ RelatedKeywordType
constructor
A new instance of RelatedKeywordType.
Constructor Details
#initialize(canonical = nil, common = nil, rangeValue = nil, score = nil) ⇒ RelatedKeywordType
Returns a new instance of RelatedKeywordType.
68 69 70 71 72 73 |
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 68 def initialize(canonical = nil, common = nil, rangeValue = nil, score = nil) @canonical = canonical @common = common @rangeValue = rangeValue @score = score end |
Instance Attribute Details
#canonical ⇒ Object
Returns the value of attribute canonical.
63 64 65 |
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 63 def canonical @canonical end |
#common ⇒ Object
Returns the value of attribute common.
64 65 66 |
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 64 def common @common end |
#rangeValue ⇒ Object
Returns the value of attribute rangeValue.
65 66 67 |
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 65 def rangeValue @rangeValue end |
#score ⇒ Object
Returns the value of attribute score.
66 67 68 |
# File 'lib/ysm4r/v1/KeywordResearchService.rb', line 66 def score @score end |