Class: EBay::SellingStatusType

Inherits:
Object
  • Object
show all
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

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, 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



32217
32218
32219
# File 'lib/eBay.rb', line 32217

def __xmlele_any
  @__xmlele_any
end

#adminEndedObject

Returns the value of attribute adminEnded.



32213
32214
32215
# File 'lib/eBay.rb', line 32213

def adminEnded
  @adminEnded
end

#bidCountObject

Returns the value of attribute bidCount.



32199
32200
32201
# File 'lib/eBay.rb', line 32199

def bidCount
  @bidCount
end

#bidderCountObject

Returns the value of attribute bidderCount.



32209
32210
32211
# File 'lib/eBay.rb', line 32209

def bidderCount
  @bidderCount
end

#bidIncrementObject

Returns the value of attribute bidIncrement.



32200
32201
32202
# File 'lib/eBay.rb', line 32200

def bidIncrement
  @bidIncrement
end

#convertedCurrentPriceObject

Returns the value of attribute convertedCurrentPrice.



32201
32202
32203
# File 'lib/eBay.rb', line 32201

def convertedCurrentPrice
  @convertedCurrentPrice
end

#currentPriceObject

Returns the value of attribute currentPrice.



32202
32203
32204
# File 'lib/eBay.rb', line 32202

def currentPrice
  @currentPrice
end

#finalValueFeeObject

Returns the value of attribute finalValueFee.



32211
32212
32213
# File 'lib/eBay.rb', line 32211

def finalValueFee
  @finalValueFee
end

#highBidderObject

Returns the value of attribute highBidder.



32203
32204
32205
# File 'lib/eBay.rb', line 32203

def highBidder
  @highBidder
end

#leadCountObject

Returns the value of attribute leadCount.



32204
32205
32206
# File 'lib/eBay.rb', line 32204

def leadCount
  @leadCount
end

#listingStatusObject

Returns the value of attribute listingStatus.



32210
32211
32212
# File 'lib/eBay.rb', line 32210

def listingStatus
  @listingStatus
end

#minimumToBidObject

Returns the value of attribute minimumToBid.



32205
32206
32207
# File 'lib/eBay.rb', line 32205

def minimumToBid
  @minimumToBid
end

#promotionalSaleDetailsObject

Returns the value of attribute promotionalSaleDetails.



32212
32213
32214
# File 'lib/eBay.rb', line 32212

def promotionalSaleDetails
  @promotionalSaleDetails
end

#quantitySoldObject

Returns the value of attribute quantitySold.



32206
32207
32208
# File 'lib/eBay.rb', line 32206

def quantitySold
  @quantitySold
end

#quantitySoldByPickupInStoreObject

Returns the value of attribute quantitySoldByPickupInStore.



32215
32216
32217
# File 'lib/eBay.rb', line 32215

def quantitySoldByPickupInStore
  @quantitySoldByPickupInStore
end

#reserveMetObject

Returns the value of attribute reserveMet.



32207
32208
32209
# File 'lib/eBay.rb', line 32207

def reserveMet
  @reserveMet
end

#secondChanceEligibleObject

Returns the value of attribute secondChanceEligible.



32208
32209
32210
# File 'lib/eBay.rb', line 32208

def secondChanceEligible
  @secondChanceEligible
end

#soldAsBinObject

Returns the value of attribute soldAsBin.



32214
32215
32216
# File 'lib/eBay.rb', line 32214

def soldAsBin
  @soldAsBin
end

#suggestedBidValuesObject

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