Class: 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 - AmountType
totalSoldCount - SOAP::SOAPInt
totalSoldValue - AmountType
soldDurationInDays - SOAP::SOAPInt
classifiedAdCount - SOAP::SOAPInt
totalLeadCount - SOAP::SOAPInt
classifiedAdOfferCount - SOAP::SOAPInt
totalListingsWithLeads - 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, classifiedAdCount = nil, totalLeadCount = nil, classifiedAdOfferCount = nil, totalListingsWithLeads = nil) ⇒ MyeBaySellingSummaryType

Returns a new instance of MyeBaySellingSummaryType.



21633
21634
21635
21636
21637
21638
21639
21640
21641
21642
21643
21644
21645
21646
# File 'lib/eBay.rb', line 21633

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



21627
21628
21629
# File 'lib/eBay.rb', line 21627

def __xmlele_any
  @__xmlele_any
end

#activeAuctionCountObject

Returns the value of attribute activeAuctionCount.



21616
21617
21618
# File 'lib/eBay.rb', line 21616

def activeAuctionCount
  @activeAuctionCount
end

#auctionBidCountObject

Returns the value of attribute auctionBidCount.



21618
21619
21620
# File 'lib/eBay.rb', line 21618

def auctionBidCount
  @auctionBidCount
end

#auctionSellingCountObject

Returns the value of attribute auctionSellingCount.



21617
21618
21619
# File 'lib/eBay.rb', line 21617

def auctionSellingCount
  @auctionSellingCount
end

#classifiedAdCountObject

Returns the value of attribute classifiedAdCount.



21623
21624
21625
# File 'lib/eBay.rb', line 21623

def classifiedAdCount
  @classifiedAdCount
end

#classifiedAdOfferCountObject

Returns the value of attribute classifiedAdOfferCount.



21625
21626
21627
# File 'lib/eBay.rb', line 21625

def classifiedAdOfferCount
  @classifiedAdOfferCount
end

#soldDurationInDaysObject

Returns the value of attribute soldDurationInDays.



21622
21623
21624
# File 'lib/eBay.rb', line 21622

def soldDurationInDays
  @soldDurationInDays
end

#totalAuctionSellingValueObject

Returns the value of attribute totalAuctionSellingValue.



21619
21620
21621
# File 'lib/eBay.rb', line 21619

def totalAuctionSellingValue
  @totalAuctionSellingValue
end

#totalLeadCountObject

Returns the value of attribute totalLeadCount.



21624
21625
21626
# File 'lib/eBay.rb', line 21624

def totalLeadCount
  @totalLeadCount
end

#totalListingsWithLeadsObject

Returns the value of attribute totalListingsWithLeads.



21626
21627
21628
# File 'lib/eBay.rb', line 21626

def totalListingsWithLeads
  @totalListingsWithLeads
end

#totalSoldCountObject

Returns the value of attribute totalSoldCount.



21620
21621
21622
# File 'lib/eBay.rb', line 21620

def totalSoldCount
  @totalSoldCount
end

#totalSoldValueObject

Returns the value of attribute totalSoldValue.



21621
21622
21623
# File 'lib/eBay.rb', line 21621

def totalSoldValue
  @totalSoldValue
end

Instance Method Details

#set_any(elements) ⇒ Object



21629
21630
21631
# File 'lib/eBay.rb', line 21629

def set_any(elements)
  @__xmlele_any = elements
end