Class: YSM::KeywordService::SetKeywordSponsoredSearchMaxBid

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb

Overview

http://marketing.ews.yahooapis.com/V2setKeywordSponsoredSearchMaxBid

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#keywordIDObject

Returns the value of attribute keywordID.



380
381
382
# File 'lib/ysm4r/v1/KeywordService.rb', line 380

def keywordID
  @keywordID
end

#maxBidObject

Returns the value of attribute maxBid.



381
382
383
# File 'lib/ysm4r/v1/KeywordService.rb', line 381

def maxBid
  @maxBid
end