Class: SellingSummaryType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellingSummaryType

Constant Summary collapse

@@schema_type =
"SellingSummaryType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["activeAuctionCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ActiveAuctionCount")]],
["auctionSellingCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AuctionSellingCount")]],
["auctionBidCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AuctionBidCount")]],
["totalAuctionSellingValue", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TotalAuctionSellingValue")]],
["totalSoldCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TotalSoldCount")]],
["totalSoldValue", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TotalSoldValue")]],
["soldDurationInDays", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SoldDurationInDays")]]]

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.



17405
17406
17407
17408
17409
17410
17411
17412
17413
# File 'lib/eBay.rb', line 17405

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.



17397
17398
17399
# File 'lib/eBay.rb', line 17397

def activeAuctionCount
  @activeAuctionCount
end

#auctionBidCountObject

Returns the value of attribute auctionBidCount.



17399
17400
17401
# File 'lib/eBay.rb', line 17399

def auctionBidCount
  @auctionBidCount
end

#auctionSellingCountObject

Returns the value of attribute auctionSellingCount.



17398
17399
17400
# File 'lib/eBay.rb', line 17398

def auctionSellingCount
  @auctionSellingCount
end

#soldDurationInDaysObject

Returns the value of attribute soldDurationInDays.



17403
17404
17405
# File 'lib/eBay.rb', line 17403

def soldDurationInDays
  @soldDurationInDays
end

#totalAuctionSellingValueObject

Returns the value of attribute totalAuctionSellingValue.



17400
17401
17402
# File 'lib/eBay.rb', line 17400

def totalAuctionSellingValue
  @totalAuctionSellingValue
end

#totalSoldCountObject

Returns the value of attribute totalSoldCount.



17401
17402
17403
# File 'lib/eBay.rb', line 17401

def totalSoldCount
  @totalSoldCount
end

#totalSoldValueObject

Returns the value of attribute totalSoldValue.



17402
17403
17404
# File 'lib/eBay.rb', line 17402

def totalSoldValue
  @totalSoldValue
end