Class: YSM::KeywordService::GetStatusForKeyword
- Inherits:
-
Object
- Object
- YSM::KeywordService::GetStatusForKeyword
- Defined in:
- lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb
Overview
http://marketing.ews.yahooapis.com/V2getStatusForKeyword
Instance Attribute Summary collapse
-
#keywordID ⇒ Object
Returns the value of attribute keywordID.
Instance Method Summary collapse
-
#initialize(keywordID = nil) ⇒ GetStatusForKeyword
constructor
A new instance of GetStatusForKeyword.
Constructor Details
#initialize(keywordID = nil) ⇒ GetStatusForKeyword
Returns a new instance of GetStatusForKeyword.
480 481 482 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 480 def initialize(keywordID = nil) @keywordID = keywordID end |
Instance Attribute Details
#keywordID ⇒ Object
Returns the value of attribute keywordID.
478 479 480 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 478 def keywordID @keywordID end |