Class: EBay::BuyingSummaryType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsBuyingSummaryType

biddingCount - SOAP::SOAPInt
winningCount - SOAP::SOAPInt
totalWinningCost - EBay::AmountType
wonCount - SOAP::SOAPInt
totalWonCost - EBay::AmountType
wonDurationInDays - SOAP::SOAPInt
bestOfferCount - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(biddingCount = nil, winningCount = nil, totalWinningCost = nil, wonCount = nil, totalWonCost = nil, wonDurationInDays = nil, bestOfferCount = nil) ⇒ BuyingSummaryType

Returns a new instance of BuyingSummaryType.



21607
21608
21609
21610
21611
21612
21613
21614
21615
# File 'lib/eBay.rb', line 21607

def initialize(biddingCount = nil, winningCount = nil, totalWinningCost = nil, wonCount = nil, totalWonCost = nil, wonDurationInDays = nil, bestOfferCount = nil)
  @biddingCount = biddingCount
  @winningCount = winningCount
  @totalWinningCost = totalWinningCost
  @wonCount = wonCount
  @totalWonCost = totalWonCost
  @wonDurationInDays = wonDurationInDays
  @bestOfferCount = bestOfferCount
end

Instance Attribute Details

#bestOfferCountObject

Returns the value of attribute bestOfferCount.



21605
21606
21607
# File 'lib/eBay.rb', line 21605

def bestOfferCount
  @bestOfferCount
end

#biddingCountObject

Returns the value of attribute biddingCount.



21599
21600
21601
# File 'lib/eBay.rb', line 21599

def biddingCount
  @biddingCount
end

#totalWinningCostObject

Returns the value of attribute totalWinningCost.



21601
21602
21603
# File 'lib/eBay.rb', line 21601

def totalWinningCost
  @totalWinningCost
end

#totalWonCostObject

Returns the value of attribute totalWonCost.



21603
21604
21605
# File 'lib/eBay.rb', line 21603

def totalWonCost
  @totalWonCost
end

#winningCountObject

Returns the value of attribute winningCount.



21600
21601
21602
# File 'lib/eBay.rb', line 21600

def winningCount
  @winningCount
end

#wonCountObject

Returns the value of attribute wonCount.



21602
21603
21604
# File 'lib/eBay.rb', line 21602

def wonCount
  @wonCount
end

#wonDurationInDaysObject

Returns the value of attribute wonDurationInDays.



21604
21605
21606
# File 'lib/eBay.rb', line 21604

def wonDurationInDays
  @wonDurationInDays
end