Class: SellingStatusType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellingStatusType

Constant Summary collapse

@@schema_type =
"SellingStatusType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["bidCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BidCount")]],
  ["bidIncrement", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BidIncrement")]],
  ["convertedCurrentPrice", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ConvertedCurrentPrice")]],
  ["currentPrice", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CurrentPrice")]],
  ["highBidder", ["UserType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HighBidder")]],
  ["leadCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LeadCount")]],
  ["minimumToBid", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MinimumToBid")]],
  ["quantitySold", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "QuantitySold")]],
  ["reserveMet", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ReserveMet")]],
  ["secondChanceEligible", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SecondChanceEligible")]],
  ["bidderCount", ["SOAP::SOAPLong", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BidderCount")]],
  ["listingStatus", ["ListingStatusCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ListingStatus")]],
  ["finalValueFee", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FinalValueFee")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

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) ⇒ SellingStatusType

Returns a new instance of SellingStatusType.



19740
19741
19742
19743
19744
19745
19746
19747
19748
19749
19750
19751
19752
19753
19754
19755
# File 'lib/eBay.rb', line 19740

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)
  @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
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19734
19735
19736
# File 'lib/eBay.rb', line 19734

def __xmlele_any
  @__xmlele_any
end

#bidCountObject

Returns the value of attribute bidCount.



19721
19722
19723
# File 'lib/eBay.rb', line 19721

def bidCount
  @bidCount
end

#bidderCountObject

Returns the value of attribute bidderCount.



19731
19732
19733
# File 'lib/eBay.rb', line 19731

def bidderCount
  @bidderCount
end

#bidIncrementObject

Returns the value of attribute bidIncrement.



19722
19723
19724
# File 'lib/eBay.rb', line 19722

def bidIncrement
  @bidIncrement
end

#convertedCurrentPriceObject

Returns the value of attribute convertedCurrentPrice.



19723
19724
19725
# File 'lib/eBay.rb', line 19723

def convertedCurrentPrice
  @convertedCurrentPrice
end

#currentPriceObject

Returns the value of attribute currentPrice.



19724
19725
19726
# File 'lib/eBay.rb', line 19724

def currentPrice
  @currentPrice
end

#finalValueFeeObject

Returns the value of attribute finalValueFee.



19733
19734
19735
# File 'lib/eBay.rb', line 19733

def finalValueFee
  @finalValueFee
end

#highBidderObject

Returns the value of attribute highBidder.



19725
19726
19727
# File 'lib/eBay.rb', line 19725

def highBidder
  @highBidder
end

#leadCountObject

Returns the value of attribute leadCount.



19726
19727
19728
# File 'lib/eBay.rb', line 19726

def leadCount
  @leadCount
end

#listingStatusObject

Returns the value of attribute listingStatus.



19732
19733
19734
# File 'lib/eBay.rb', line 19732

def listingStatus
  @listingStatus
end

#minimumToBidObject

Returns the value of attribute minimumToBid.



19727
19728
19729
# File 'lib/eBay.rb', line 19727

def minimumToBid
  @minimumToBid
end

#quantitySoldObject

Returns the value of attribute quantitySold.



19728
19729
19730
# File 'lib/eBay.rb', line 19728

def quantitySold
  @quantitySold
end

#reserveMetObject

Returns the value of attribute reserveMet.



19729
19730
19731
# File 'lib/eBay.rb', line 19729

def reserveMet
  @reserveMet
end

#secondChanceEligibleObject

Returns the value of attribute secondChanceEligible.



19730
19731
19732
# File 'lib/eBay.rb', line 19730

def secondChanceEligible
  @secondChanceEligible
end

Instance Method Details

#set_any(elements) ⇒ Object



19736
19737
19738
# File 'lib/eBay.rb', line 19736

def set_any(elements)
  @__xmlele_any = elements
end