Class: YSM::KeywordService::GetEditorialReasonsForKeyword
- Inherits:
-
Object
- Object
- YSM::KeywordService::GetEditorialReasonsForKeyword
- Defined in:
- lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb
Overview
http://marketing.ews.yahooapis.com/V2getEditorialReasonsForKeyword
Instance Attribute Summary collapse
-
#keywordID ⇒ Object
Returns the value of attribute keywordID.
Instance Method Summary collapse
-
#initialize(keywordID = nil) ⇒ GetEditorialReasonsForKeyword
constructor
A new instance of GetEditorialReasonsForKeyword.
Constructor Details
#initialize(keywordID = nil) ⇒ GetEditorialReasonsForKeyword
Returns a new instance of GetEditorialReasonsForKeyword.
444 445 446 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 444 def initialize(keywordID = nil) @keywordID = keywordID end |
Instance Attribute Details
#keywordID ⇒ Object
Returns the value of attribute keywordID.
442 443 444 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 442 def keywordID @keywordID end |