Class: YSM::BidInformationService::GetMarketBidsForBestRankResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetMarketBidsForBestRankResponse

Returns a new instance of GetMarketBidsForBestRankResponse.



103
104
105
# File 'lib/ysm4r/v2/BidInformationService.rb', line 103

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



101
102
103
# File 'lib/ysm4r/v2/BidInformationService.rb', line 101

def out
  @out
end