Class: YSM::BidInformationService::GetMarketBidsForBestRank

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupID = nil, keyword = nil, marketID = nil) ⇒ GetMarketBidsForBestRank

Returns a new instance of GetMarketBidsForBestRank.



92
93
94
95
96
# File 'lib/ysm4r/v2/BidInformationService.rb', line 92

def initialize(adGroupID = nil, keyword = nil, marketID = nil)
  @adGroupID = adGroupID
  @keyword = keyword
  @marketID = marketID
end

Instance Attribute Details

#adGroupIDObject

Returns the value of attribute adGroupID.



88
89
90
# File 'lib/ysm4r/v2/BidInformationService.rb', line 88

def adGroupID
  @adGroupID
end

#keywordObject

Returns the value of attribute keyword.



89
90
91
# File 'lib/ysm4r/v2/BidInformationService.rb', line 89

def keyword
  @keyword
end

#marketIDObject

Returns the value of attribute marketID.



90
91
92
# File 'lib/ysm4r/v2/BidInformationService.rb', line 90

def marketID
  @marketID
end