Class: YSM::BidInformationService::GetBidsForBestRankResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetBidsForBestRankResponse

Returns a new instance of GetBidsForBestRankResponse.



63
64
65
# File 'lib/ysm4r/v1/BidInformationService.rb', line 63

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



61
62
63
# File 'lib/ysm4r/v1/BidInformationService.rb', line 61

def out
  @out
end