Class: 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 - AmountType
totalSoldCount - SOAP::SOAPInt
totalSoldValue - 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.



23829
23830
23831
23832
23833
23834
23835
23836
23837
# File 'lib/eBay.rb', line 23829

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.



23821
23822
23823
# File 'lib/eBay.rb', line 23821

def activeAuctionCount
  @activeAuctionCount
end

#auctionBidCountObject

Returns the value of attribute auctionBidCount.



23823
23824
23825
# File 'lib/eBay.rb', line 23823

def auctionBidCount
  @auctionBidCount
end

#auctionSellingCountObject

Returns the value of attribute auctionSellingCount.



23822
23823
23824
# File 'lib/eBay.rb', line 23822

def auctionSellingCount
  @auctionSellingCount
end

#soldDurationInDaysObject

Returns the value of attribute soldDurationInDays.



23827
23828
23829
# File 'lib/eBay.rb', line 23827

def soldDurationInDays
  @soldDurationInDays
end

#totalAuctionSellingValueObject

Returns the value of attribute totalAuctionSellingValue.



23824
23825
23826
# File 'lib/eBay.rb', line 23824

def totalAuctionSellingValue
  @totalAuctionSellingValue
end

#totalSoldCountObject

Returns the value of attribute totalSoldCount.



23825
23826
23827
# File 'lib/eBay.rb', line 23825

def totalSoldCount
  @totalSoldCount
end

#totalSoldValueObject

Returns the value of attribute totalSoldValue.



23826
23827
23828
# File 'lib/eBay.rb', line 23826

def totalSoldValue
  @totalSoldValue
end