Class: YSM::KeywordService::DeleteKeyword
- Inherits:
-
Object
- Object
- YSM::KeywordService::DeleteKeyword
- Defined in:
- lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb
Overview
http://marketing.ews.yahooapis.com/V2deleteKeyword
Instance Attribute Summary collapse
-
#keywordID ⇒ Object
Returns the value of attribute keywordID.
Instance Method Summary collapse
-
#initialize(keywordID = nil) ⇒ DeleteKeyword
constructor
A new instance of DeleteKeyword.
Constructor Details
#initialize(keywordID = nil) ⇒ DeleteKeyword
Returns a new instance of DeleteKeyword.
462 463 464 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 462 def initialize(keywordID = nil) @keywordID = keywordID end |
Instance Attribute Details
#keywordID ⇒ Object
Returns the value of attribute keywordID.
460 461 462 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 460 def keywordID @keywordID end |