Class: BuyingSummaryType

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

Overview

urn:ebay:apis:eBLBaseComponentsBuyingSummaryType

biddingCount - SOAP::SOAPInt
winningCount - SOAP::SOAPInt
totalWinningCost - AmountType
wonCount - SOAP::SOAPInt
totalWonCost - 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.



17378
17379
17380
17381
17382
17383
17384
17385
17386
# File 'lib/eBay.rb', line 17378

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.



17376
17377
17378
# File 'lib/eBay.rb', line 17376

def bestOfferCount
  @bestOfferCount
end

#biddingCountObject

Returns the value of attribute biddingCount.



17370
17371
17372
# File 'lib/eBay.rb', line 17370

def biddingCount
  @biddingCount
end

#totalWinningCostObject

Returns the value of attribute totalWinningCost.



17372
17373
17374
# File 'lib/eBay.rb', line 17372

def totalWinningCost
  @totalWinningCost
end

#totalWonCostObject

Returns the value of attribute totalWonCost.



17374
17375
17376
# File 'lib/eBay.rb', line 17374

def totalWonCost
  @totalWonCost
end

#winningCountObject

Returns the value of attribute winningCount.



17371
17372
17373
# File 'lib/eBay.rb', line 17371

def winningCount
  @winningCount
end

#wonCountObject

Returns the value of attribute wonCount.



17373
17374
17375
# File 'lib/eBay.rb', line 17373

def wonCount
  @wonCount
end

#wonDurationInDaysObject

Returns the value of attribute wonDurationInDays.



17375
17376
17377
# File 'lib/eBay.rb', line 17375

def wonDurationInDays
  @wonDurationInDays
end