Class: EBay::SellingStatusType
- Inherits:
-
Object
- Object
- EBay::SellingStatusType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellingStatusType
bidCount - SOAP::SOAPInt
bidIncrement - EBay::AmountType
convertedCurrentPrice - EBay::AmountType
currentPrice - EBay::AmountType
highBidder - EBay::UserType
leadCount - SOAP::SOAPInt
minimumToBid - EBay::AmountType
quantitySold - SOAP::SOAPInt
reserveMet - SOAP::SOAPBoolean
secondChanceEligible - SOAP::SOAPBoolean
bidderCount - SOAP::SOAPLong
listingStatus - EBay::ListingStatusCodeType
finalValueFee - EBay::AmountType
promotionalSaleDetails - EBay::PromotionalSaleDetailsType
adminEnded - SOAP::SOAPBoolean
soldAsBin - SOAP::SOAPBoolean
quantitySoldByPickupInStore - SOAP::SOAPInt
suggestedBidValues - EBay::SuggestedBidValueType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#adminEnded ⇒ Object
Returns the value of attribute adminEnded.
-
#bidCount ⇒ Object
Returns the value of attribute bidCount.
-
#bidderCount ⇒ Object
Returns the value of attribute bidderCount.
-
#bidIncrement ⇒ Object
Returns the value of attribute bidIncrement.
-
#convertedCurrentPrice ⇒ Object
Returns the value of attribute convertedCurrentPrice.
-
#currentPrice ⇒ Object
Returns the value of attribute currentPrice.
-
#finalValueFee ⇒ Object
Returns the value of attribute finalValueFee.
-
#highBidder ⇒ Object
Returns the value of attribute highBidder.
-
#leadCount ⇒ Object
Returns the value of attribute leadCount.
-
#listingStatus ⇒ Object
Returns the value of attribute listingStatus.
-
#minimumToBid ⇒ Object
Returns the value of attribute minimumToBid.
-
#promotionalSaleDetails ⇒ Object
Returns the value of attribute promotionalSaleDetails.
-
#quantitySold ⇒ Object
Returns the value of attribute quantitySold.
-
#quantitySoldByPickupInStore ⇒ Object
Returns the value of attribute quantitySoldByPickupInStore.
-
#reserveMet ⇒ Object
Returns the value of attribute reserveMet.
-
#secondChanceEligible ⇒ Object
Returns the value of attribute secondChanceEligible.
-
#soldAsBin ⇒ Object
Returns the value of attribute soldAsBin.
-
#suggestedBidValues ⇒ Object
Returns the value of attribute suggestedBidValues.
Instance Method Summary collapse
-
#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, soldAsBin = nil, quantitySoldByPickupInStore = nil, suggestedBidValues = nil) ⇒ SellingStatusType
constructor
A new instance of SellingStatusType.
- #set_any(elements) ⇒ Object
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, soldAsBin = nil, quantitySoldByPickupInStore = nil, suggestedBidValues = nil) ⇒ SellingStatusType
Returns a new instance of SellingStatusType.
32223 32224 32225 32226 32227 32228 32229 32230 32231 32232 32233 32234 32235 32236 32237 32238 32239 32240 32241 32242 32243 |
# File 'lib/eBay.rb', line 32223 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, soldAsBin = nil, quantitySoldByPickupInStore = nil, suggestedBidValues = 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 @soldAsBin = soldAsBin @quantitySoldByPickupInStore = quantitySoldByPickupInStore @suggestedBidValues = suggestedBidValues @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
32217 32218 32219 |
# File 'lib/eBay.rb', line 32217 def __xmlele_any @__xmlele_any end |
#adminEnded ⇒ Object
Returns the value of attribute adminEnded.
32213 32214 32215 |
# File 'lib/eBay.rb', line 32213 def adminEnded @adminEnded end |
#bidCount ⇒ Object
Returns the value of attribute bidCount.
32199 32200 32201 |
# File 'lib/eBay.rb', line 32199 def bidCount @bidCount end |
#bidderCount ⇒ Object
Returns the value of attribute bidderCount.
32209 32210 32211 |
# File 'lib/eBay.rb', line 32209 def bidderCount @bidderCount end |
#bidIncrement ⇒ Object
Returns the value of attribute bidIncrement.
32200 32201 32202 |
# File 'lib/eBay.rb', line 32200 def bidIncrement @bidIncrement end |
#convertedCurrentPrice ⇒ Object
Returns the value of attribute convertedCurrentPrice.
32201 32202 32203 |
# File 'lib/eBay.rb', line 32201 def convertedCurrentPrice @convertedCurrentPrice end |
#currentPrice ⇒ Object
Returns the value of attribute currentPrice.
32202 32203 32204 |
# File 'lib/eBay.rb', line 32202 def currentPrice @currentPrice end |
#finalValueFee ⇒ Object
Returns the value of attribute finalValueFee.
32211 32212 32213 |
# File 'lib/eBay.rb', line 32211 def finalValueFee @finalValueFee end |
#highBidder ⇒ Object
Returns the value of attribute highBidder.
32203 32204 32205 |
# File 'lib/eBay.rb', line 32203 def highBidder @highBidder end |
#leadCount ⇒ Object
Returns the value of attribute leadCount.
32204 32205 32206 |
# File 'lib/eBay.rb', line 32204 def leadCount @leadCount end |
#listingStatus ⇒ Object
Returns the value of attribute listingStatus.
32210 32211 32212 |
# File 'lib/eBay.rb', line 32210 def listingStatus @listingStatus end |
#minimumToBid ⇒ Object
Returns the value of attribute minimumToBid.
32205 32206 32207 |
# File 'lib/eBay.rb', line 32205 def minimumToBid @minimumToBid end |
#promotionalSaleDetails ⇒ Object
Returns the value of attribute promotionalSaleDetails.
32212 32213 32214 |
# File 'lib/eBay.rb', line 32212 def promotionalSaleDetails @promotionalSaleDetails end |
#quantitySold ⇒ Object
Returns the value of attribute quantitySold.
32206 32207 32208 |
# File 'lib/eBay.rb', line 32206 def quantitySold @quantitySold end |
#quantitySoldByPickupInStore ⇒ Object
Returns the value of attribute quantitySoldByPickupInStore.
32215 32216 32217 |
# File 'lib/eBay.rb', line 32215 def quantitySoldByPickupInStore @quantitySoldByPickupInStore end |
#reserveMet ⇒ Object
Returns the value of attribute reserveMet.
32207 32208 32209 |
# File 'lib/eBay.rb', line 32207 def reserveMet @reserveMet end |
#secondChanceEligible ⇒ Object
Returns the value of attribute secondChanceEligible.
32208 32209 32210 |
# File 'lib/eBay.rb', line 32208 def secondChanceEligible @secondChanceEligible end |
#soldAsBin ⇒ Object
Returns the value of attribute soldAsBin.
32214 32215 32216 |
# File 'lib/eBay.rb', line 32214 def soldAsBin @soldAsBin end |
#suggestedBidValues ⇒ Object
Returns the value of attribute suggestedBidValues.
32216 32217 32218 |
# File 'lib/eBay.rb', line 32216 def suggestedBidValues @suggestedBidValues end |
Instance Method Details
#set_any(elements) ⇒ Object
32219 32220 32221 |
# File 'lib/eBay.rb', line 32219 def set_any(elements) @__xmlele_any = elements end |