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