Class: YSM::KeywordService::UpdateKeywords
- Inherits:
-
Object
- Object
- YSM::KeywordService::UpdateKeywords
- Defined in:
- lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb
Overview
http://marketing.ews.yahooapis.com/V2updateKeywords
Instance Attribute Summary collapse
-
#keywords ⇒ Object
Returns the value of attribute keywords.
-
#updateAll ⇒ Object
Returns the value of attribute updateAll.
Instance Method Summary collapse
-
#initialize(keywords = nil, updateAll = nil) ⇒ UpdateKeywords
constructor
A new instance of UpdateKeywords.
Constructor Details
#initialize(keywords = nil, updateAll = nil) ⇒ UpdateKeywords
Returns a new instance of UpdateKeywords.
593 594 595 596 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 593 def initialize(keywords = nil, updateAll = nil) @keywords = keywords @updateAll = updateAll end |
Instance Attribute Details
#keywords ⇒ Object
Returns the value of attribute keywords.
590 591 592 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 590 def keywords @keywords end |
#updateAll ⇒ Object
Returns the value of attribute updateAll.
591 592 593 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 591 def updateAll @updateAll end |