Class: EBay::SellingSummaryType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellingSummaryType

activeAuctionCount - SOAP::SOAPInt
auctionSellingCount - SOAP::SOAPInt
auctionBidCount - SOAP::SOAPInt
totalAuctionSellingValue - EBay::AmountType
totalSoldCount - SOAP::SOAPInt
totalSoldValue - EBay::AmountType
soldDurationInDays - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(activeAuctionCount = nil, auctionSellingCount = nil, auctionBidCount = nil, totalAuctionSellingValue = nil, totalSoldCount = nil, totalSoldValue = nil, soldDurationInDays = nil) ⇒ SellingSummaryType

Returns a new instance of SellingSummaryType.



32263
32264
32265
32266
32267
32268
32269
32270
32271
# File 'lib/eBay.rb', line 32263

def initialize(activeAuctionCount = nil, auctionSellingCount = nil, auctionBidCount = nil, totalAuctionSellingValue = nil, totalSoldCount = nil, totalSoldValue = nil, soldDurationInDays = nil)
  @activeAuctionCount = activeAuctionCount
  @auctionSellingCount = auctionSellingCount
  @auctionBidCount = auctionBidCount
  @totalAuctionSellingValue = totalAuctionSellingValue
  @totalSoldCount = totalSoldCount
  @totalSoldValue = totalSoldValue
  @soldDurationInDays = soldDurationInDays
end

Instance Attribute Details

#activeAuctionCountObject

Returns the value of attribute activeAuctionCount.



32255
32256
32257
# File 'lib/eBay.rb', line 32255

def activeAuctionCount
  @activeAuctionCount
end

#auctionBidCountObject

Returns the value of attribute auctionBidCount.



32257
32258
32259
# File 'lib/eBay.rb', line 32257

def auctionBidCount
  @auctionBidCount
end

#auctionSellingCountObject

Returns the value of attribute auctionSellingCount.



32256
32257
32258
# File 'lib/eBay.rb', line 32256

def auctionSellingCount
  @auctionSellingCount
end

#soldDurationInDaysObject

Returns the value of attribute soldDurationInDays.



32261
32262
32263
# File 'lib/eBay.rb', line 32261

def soldDurationInDays
  @soldDurationInDays
end

#totalAuctionSellingValueObject

Returns the value of attribute totalAuctionSellingValue.



32258
32259
32260
# File 'lib/eBay.rb', line 32258

def totalAuctionSellingValue
  @totalAuctionSellingValue
end

#totalSoldCountObject

Returns the value of attribute totalSoldCount.



32259
32260
32261
# File 'lib/eBay.rb', line 32259

def totalSoldCount
  @totalSoldCount
end

#totalSoldValueObject

Returns the value of attribute totalSoldValue.



32260
32261
32262
# File 'lib/eBay.rb', line 32260

def totalSoldValue
  @totalSoldValue
end