Class: EBay::MyeBaySellingSummaryType

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

Overview

urn:ebay:apis:eBLBaseComponentsMyeBaySellingSummaryType

activeAuctionCount - SOAP::SOAPInt
auctionSellingCount - SOAP::SOAPInt
auctionBidCount - SOAP::SOAPInt
totalAuctionSellingValue - EBay::AmountType
totalSoldCount - SOAP::SOAPInt
totalSoldValue - EBay::AmountType
soldDurationInDays - SOAP::SOAPInt
classifiedAdCount - SOAP::SOAPInt
totalLeadCount - SOAP::SOAPInt
classifiedAdOfferCount - SOAP::SOAPInt
totalListingsWithLeads - SOAP::SOAPInt
quantityLimitRemaining - SOAP::SOAPLong
amountLimitRemaining - EBay::AmountType

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, classifiedAdCount = nil, totalLeadCount = nil, classifiedAdOfferCount = nil, totalListingsWithLeads = nil, quantityLimitRemaining = nil, amountLimitRemaining = nil) ⇒ MyeBaySellingSummaryType

Returns a new instance of MyeBaySellingSummaryType.



27760
27761
27762
27763
27764
27765
27766
27767
27768
27769
27770
27771
27772
27773
27774
27775
# File 'lib/eBay.rb', line 27760

def initialize(activeAuctionCount = nil, auctionSellingCount = nil, auctionBidCount = nil, totalAuctionSellingValue = nil, totalSoldCount = nil, totalSoldValue = nil, soldDurationInDays = nil, classifiedAdCount = nil, totalLeadCount = nil, classifiedAdOfferCount = nil, totalListingsWithLeads = nil, quantityLimitRemaining = nil, amountLimitRemaining = nil)
  @activeAuctionCount = activeAuctionCount
  @auctionSellingCount = auctionSellingCount
  @auctionBidCount = auctionBidCount
  @totalAuctionSellingValue = totalAuctionSellingValue
  @totalSoldCount = totalSoldCount
  @totalSoldValue = totalSoldValue
  @soldDurationInDays = soldDurationInDays
  @classifiedAdCount = classifiedAdCount
  @totalLeadCount = totalLeadCount
  @classifiedAdOfferCount = classifiedAdOfferCount
  @totalListingsWithLeads = totalListingsWithLeads
  @quantityLimitRemaining = quantityLimitRemaining
  @amountLimitRemaining = amountLimitRemaining
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



27754
27755
27756
# File 'lib/eBay.rb', line 27754

def __xmlele_any
  @__xmlele_any
end

#activeAuctionCountObject

Returns the value of attribute activeAuctionCount.



27741
27742
27743
# File 'lib/eBay.rb', line 27741

def activeAuctionCount
  @activeAuctionCount
end

#amountLimitRemainingObject

Returns the value of attribute amountLimitRemaining.



27753
27754
27755
# File 'lib/eBay.rb', line 27753

def amountLimitRemaining
  @amountLimitRemaining
end

#auctionBidCountObject

Returns the value of attribute auctionBidCount.



27743
27744
27745
# File 'lib/eBay.rb', line 27743

def auctionBidCount
  @auctionBidCount
end

#auctionSellingCountObject

Returns the value of attribute auctionSellingCount.



27742
27743
27744
# File 'lib/eBay.rb', line 27742

def auctionSellingCount
  @auctionSellingCount
end

#classifiedAdCountObject

Returns the value of attribute classifiedAdCount.



27748
27749
27750
# File 'lib/eBay.rb', line 27748

def classifiedAdCount
  @classifiedAdCount
end

#classifiedAdOfferCountObject

Returns the value of attribute classifiedAdOfferCount.



27750
27751
27752
# File 'lib/eBay.rb', line 27750

def classifiedAdOfferCount
  @classifiedAdOfferCount
end

#quantityLimitRemainingObject

Returns the value of attribute quantityLimitRemaining.



27752
27753
27754
# File 'lib/eBay.rb', line 27752

def quantityLimitRemaining
  @quantityLimitRemaining
end

#soldDurationInDaysObject

Returns the value of attribute soldDurationInDays.



27747
27748
27749
# File 'lib/eBay.rb', line 27747

def soldDurationInDays
  @soldDurationInDays
end

#totalAuctionSellingValueObject

Returns the value of attribute totalAuctionSellingValue.



27744
27745
27746
# File 'lib/eBay.rb', line 27744

def totalAuctionSellingValue
  @totalAuctionSellingValue
end

#totalLeadCountObject

Returns the value of attribute totalLeadCount.



27749
27750
27751
# File 'lib/eBay.rb', line 27749

def totalLeadCount
  @totalLeadCount
end

#totalListingsWithLeadsObject

Returns the value of attribute totalListingsWithLeads.



27751
27752
27753
# File 'lib/eBay.rb', line 27751

def totalListingsWithLeads
  @totalListingsWithLeads
end

#totalSoldCountObject

Returns the value of attribute totalSoldCount.



27745
27746
27747
# File 'lib/eBay.rb', line 27745

def totalSoldCount
  @totalSoldCount
end

#totalSoldValueObject

Returns the value of attribute totalSoldValue.



27746
27747
27748
# File 'lib/eBay.rb', line 27746

def totalSoldValue
  @totalSoldValue
end

Instance Method Details

#set_any(elements) ⇒ Object



27756
27757
27758
# File 'lib/eBay.rb', line 27756

def set_any(elements)
  @__xmlele_any = elements
end