Class: YSM::KeywordService::UpdateStatusForKeyword
- Inherits:
-
Object
- Object
- YSM::KeywordService::UpdateStatusForKeyword
- Defined in:
- lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb
Overview
http://marketing.ews.yahooapis.com/V2updateStatusForKeyword
Instance Attribute Summary collapse
-
#keywordID ⇒ Object
Returns the value of attribute keywordID.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(keywordID = nil, status = nil) ⇒ UpdateStatusForKeyword
constructor
A new instance of UpdateStatusForKeyword.
Constructor Details
#initialize(keywordID = nil, status = nil) ⇒ UpdateStatusForKeyword
Returns a new instance of UpdateStatusForKeyword.
555 556 557 558 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 555 def initialize(keywordID = nil, status = nil) @keywordID = keywordID @status = status end |
Instance Attribute Details
#keywordID ⇒ Object
Returns the value of attribute keywordID.
552 553 554 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 552 def keywordID @keywordID end |
#status ⇒ Object
Returns the value of attribute status.
553 554 555 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 553 def status @status end |