Class: YSM::KeywordService::SetKeywordSponsoredSearchMaxBid
- Inherits:
-
Object
- Object
- YSM::KeywordService::SetKeywordSponsoredSearchMaxBid
- Defined in:
- lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb
Overview
http://marketing.ews.yahooapis.com/V2setKeywordSponsoredSearchMaxBid
Instance Attribute Summary collapse
-
#keywordID ⇒ Object
Returns the value of attribute keywordID.
-
#maxBid ⇒ Object
Returns the value of attribute maxBid.
Instance Method Summary collapse
-
#initialize(keywordID = nil, maxBid = nil) ⇒ SetKeywordSponsoredSearchMaxBid
constructor
A new instance of SetKeywordSponsoredSearchMaxBid.
Constructor Details
#initialize(keywordID = nil, maxBid = nil) ⇒ SetKeywordSponsoredSearchMaxBid
Returns a new instance of SetKeywordSponsoredSearchMaxBid.
383 384 385 386 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 383 def initialize(keywordID = nil, maxBid = nil) @keywordID = keywordID @maxBid = maxBid end |
Instance Attribute Details
#keywordID ⇒ Object
Returns the value of attribute keywordID.
380 381 382 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 380 def keywordID @keywordID end |
#maxBid ⇒ Object
Returns the value of attribute maxBid.
381 382 383 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 381 def maxBid @maxBid end |