Class: EBay::SellingSummaryType
- Inherits:
-
Object
- Object
- EBay::SellingSummaryType
- 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
-
#activeAuctionCount ⇒ Object
Returns the value of attribute activeAuctionCount.
-
#auctionBidCount ⇒ Object
Returns the value of attribute auctionBidCount.
-
#auctionSellingCount ⇒ Object
Returns the value of attribute auctionSellingCount.
-
#soldDurationInDays ⇒ Object
Returns the value of attribute soldDurationInDays.
-
#totalAuctionSellingValue ⇒ Object
Returns the value of attribute totalAuctionSellingValue.
-
#totalSoldCount ⇒ Object
Returns the value of attribute totalSoldCount.
-
#totalSoldValue ⇒ Object
Returns the value of attribute totalSoldValue.
Instance Method Summary collapse
-
#initialize(activeAuctionCount = nil, auctionSellingCount = nil, auctionBidCount = nil, totalAuctionSellingValue = nil, totalSoldCount = nil, totalSoldValue = nil, soldDurationInDays = nil) ⇒ SellingSummaryType
constructor
A new instance of SellingSummaryType.
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
#activeAuctionCount ⇒ Object
Returns the value of attribute activeAuctionCount.
32255 32256 32257 |
# File 'lib/eBay.rb', line 32255 def activeAuctionCount @activeAuctionCount end |
#auctionBidCount ⇒ Object
Returns the value of attribute auctionBidCount.
32257 32258 32259 |
# File 'lib/eBay.rb', line 32257 def auctionBidCount @auctionBidCount end |
#auctionSellingCount ⇒ Object
Returns the value of attribute auctionSellingCount.
32256 32257 32258 |
# File 'lib/eBay.rb', line 32256 def auctionSellingCount @auctionSellingCount end |
#soldDurationInDays ⇒ Object
Returns the value of attribute soldDurationInDays.
32261 32262 32263 |
# File 'lib/eBay.rb', line 32261 def soldDurationInDays @soldDurationInDays end |
#totalAuctionSellingValue ⇒ Object
Returns the value of attribute totalAuctionSellingValue.
32258 32259 32260 |
# File 'lib/eBay.rb', line 32258 def totalAuctionSellingValue @totalAuctionSellingValue end |
#totalSoldCount ⇒ Object
Returns the value of attribute totalSoldCount.
32259 32260 32261 |
# File 'lib/eBay.rb', line 32259 def totalSoldCount @totalSoldCount end |
#totalSoldValue ⇒ Object
Returns the value of attribute totalSoldValue.
32260 32261 32262 |
# File 'lib/eBay.rb', line 32260 def totalSoldValue @totalSoldValue end |