Class: SellingStatusType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellingStatusType

bidCount - SOAP::SOAPInt
bidIncrement - AmountType
convertedCurrentPrice - AmountType
currentPrice - AmountType
highBidder - UserType
leadCount - SOAP::SOAPInt
minimumToBid - AmountType
quantitySold - SOAP::SOAPInt
reserveMet - SOAP::SOAPBoolean
secondChanceEligible - SOAP::SOAPBoolean
bidderCount - SOAP::SOAPLong
listingStatus - ListingStatusCodeType
finalValueFee - AmountType
promotionalSaleDetails - PromotionalSaleDetailsType
adminEnded - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bidCount = nil, bidIncrement = nil, convertedCurrentPrice = nil, currentPrice = nil, highBidder = nil, leadCount = nil, minimumToBid = nil, quantitySold = nil, reserveMet = nil, secondChanceEligible = nil, bidderCount = nil, listingStatus = nil, finalValueFee = nil, promotionalSaleDetails = nil, adminEnded = nil) ⇒ SellingStatusType

Returns a new instance of SellingStatusType.



23792
23793
23794
23795
23796
23797
23798
23799
23800
23801
23802
23803
23804
23805
23806
23807
23808
23809
# File 'lib/eBay.rb', line 23792

def initialize(bidCount = nil, bidIncrement = nil, convertedCurrentPrice = nil, currentPrice = nil, highBidder = nil, leadCount = nil, minimumToBid = nil, quantitySold = nil, reserveMet = nil, secondChanceEligible = nil, bidderCount = nil, listingStatus = nil, finalValueFee = nil, promotionalSaleDetails = nil, adminEnded = nil)
  @bidCount = bidCount
  @bidIncrement = bidIncrement
  @convertedCurrentPrice = convertedCurrentPrice
  @currentPrice = currentPrice
  @highBidder = highBidder
  @leadCount = leadCount
  @minimumToBid = minimumToBid
  @quantitySold = quantitySold
  @reserveMet = reserveMet
  @secondChanceEligible = secondChanceEligible
  @bidderCount = bidderCount
  @listingStatus = listingStatus
  @finalValueFee = finalValueFee
  @promotionalSaleDetails = promotionalSaleDetails
  @adminEnded = adminEnded
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23786
23787
23788
# File 'lib/eBay.rb', line 23786

def __xmlele_any
  @__xmlele_any
end

#adminEndedObject

Returns the value of attribute adminEnded.



23785
23786
23787
# File 'lib/eBay.rb', line 23785

def adminEnded
  @adminEnded
end

#bidCountObject

Returns the value of attribute bidCount.



23771
23772
23773
# File 'lib/eBay.rb', line 23771

def bidCount
  @bidCount
end

#bidderCountObject

Returns the value of attribute bidderCount.



23781
23782
23783
# File 'lib/eBay.rb', line 23781

def bidderCount
  @bidderCount
end

#bidIncrementObject

Returns the value of attribute bidIncrement.



23772
23773
23774
# File 'lib/eBay.rb', line 23772

def bidIncrement
  @bidIncrement
end

#convertedCurrentPriceObject

Returns the value of attribute convertedCurrentPrice.



23773
23774
23775
# File 'lib/eBay.rb', line 23773

def convertedCurrentPrice
  @convertedCurrentPrice
end

#currentPriceObject

Returns the value of attribute currentPrice.



23774
23775
23776
# File 'lib/eBay.rb', line 23774

def currentPrice
  @currentPrice
end

#finalValueFeeObject

Returns the value of attribute finalValueFee.



23783
23784
23785
# File 'lib/eBay.rb', line 23783

def finalValueFee
  @finalValueFee
end

#highBidderObject

Returns the value of attribute highBidder.



23775
23776
23777
# File 'lib/eBay.rb', line 23775

def highBidder
  @highBidder
end

#leadCountObject

Returns the value of attribute leadCount.



23776
23777
23778
# File 'lib/eBay.rb', line 23776

def leadCount
  @leadCount
end

#listingStatusObject

Returns the value of attribute listingStatus.



23782
23783
23784
# File 'lib/eBay.rb', line 23782

def listingStatus
  @listingStatus
end

#minimumToBidObject

Returns the value of attribute minimumToBid.



23777
23778
23779
# File 'lib/eBay.rb', line 23777

def minimumToBid
  @minimumToBid
end

#promotionalSaleDetailsObject

Returns the value of attribute promotionalSaleDetails.



23784
23785
23786
# File 'lib/eBay.rb', line 23784

def promotionalSaleDetails
  @promotionalSaleDetails
end

#quantitySoldObject

Returns the value of attribute quantitySold.



23778
23779
23780
# File 'lib/eBay.rb', line 23778

def quantitySold
  @quantitySold
end

#reserveMetObject

Returns the value of attribute reserveMet.



23779
23780
23781
# File 'lib/eBay.rb', line 23779

def reserveMet
  @reserveMet
end

#secondChanceEligibleObject

Returns the value of attribute secondChanceEligible.



23780
23781
23782
# File 'lib/eBay.rb', line 23780

def secondChanceEligible
  @secondChanceEligible
end

Instance Method Details

#set_any(elements) ⇒ Object



23788
23789
23790
# File 'lib/eBay.rb', line 23788

def set_any(elements)
  @__xmlele_any = elements
end