Class: YSM::KeywordService::UpdateKeyword
- Inherits:
-
Object
- Object
- YSM::KeywordService::UpdateKeyword
- Defined in:
- lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb
Overview
http://marketing.ews.yahooapis.com/V2updateKeyword
Instance Attribute Summary collapse
-
#keyword ⇒ Object
Returns the value of attribute keyword.
-
#updateAll ⇒ Object
Returns the value of attribute updateAll.
Instance Method Summary collapse
-
#initialize(keyword = nil, updateAll = nil) ⇒ UpdateKeyword
constructor
A new instance of UpdateKeyword.
Constructor Details
#initialize(keyword = nil, updateAll = nil) ⇒ UpdateKeyword
Returns a new instance of UpdateKeyword.
363 364 365 366 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 363 def initialize(keyword = nil, updateAll = nil) @keyword = keyword @updateAll = updateAll end |
Instance Attribute Details
#keyword ⇒ Object
Returns the value of attribute keyword.
360 361 362 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 360 def keyword @keyword end |
#updateAll ⇒ Object
Returns the value of attribute updateAll.
361 362 363 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 361 def updateAll @updateAll end |