Class: YSM::BidInformationService::GetMarketBidsForBestRank
- Inherits:
-
Object
- Object
- YSM::BidInformationService::GetMarketBidsForBestRank
- Defined in:
- lib/ysm4r/v2/BidInformationService.rb
Overview
http://marketing.ews.yahooapis.com/V2getMarketBidsForBestRank
Instance Attribute Summary collapse
-
#adGroupID ⇒ Object
Returns the value of attribute adGroupID.
-
#keyword ⇒ Object
Returns the value of attribute keyword.
-
#marketID ⇒ Object
Returns the value of attribute marketID.
Instance Method Summary collapse
-
#initialize(adGroupID = nil, keyword = nil, marketID = nil) ⇒ GetMarketBidsForBestRank
constructor
A new instance of GetMarketBidsForBestRank.
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
#adGroupID ⇒ Object
Returns the value of attribute adGroupID.
88 89 90 |
# File 'lib/ysm4r/v2/BidInformationService.rb', line 88 def adGroupID @adGroupID end |
#keyword ⇒ Object
Returns the value of attribute keyword.
89 90 91 |
# File 'lib/ysm4r/v2/BidInformationService.rb', line 89 def keyword @keyword end |
#marketID ⇒ Object
Returns the value of attribute marketID.
90 91 92 |
# File 'lib/ysm4r/v2/BidInformationService.rb', line 90 def marketID @marketID end |