Class: YSM::BidInformationService::GetMinBidForKeywordString

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v2/BidInformationService.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keyword = nil) ⇒ GetMinBidForKeywordString

Returns a new instance of GetMinBidForKeywordString.



72
73
74
# File 'lib/ysm4r/v2/BidInformationService.rb', line 72

def initialize(keyword = nil)
  @keyword = keyword
end

Instance Attribute Details

#keywordObject

Returns the value of attribute keyword.



70
71
72
# File 'lib/ysm4r/v2/BidInformationService.rb', line 70

def keyword
  @keyword
end