Class: BiddingDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsBiddingDetailsType

Constant Summary collapse

@@schema_type =
"BiddingDetailsType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["convertedMaxBid", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ConvertedMaxBid")]],
  ["maxBid", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MaxBid")]],
  ["quantityBid", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "QuantityBid")]],
  ["quantityWon", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "QuantityWon")]],
  ["winning", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Winning")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(convertedMaxBid = nil, maxBid = nil, quantityBid = nil, quantityWon = nil, winning = nil) ⇒ BiddingDetailsType

Returns a new instance of BiddingDetailsType.



15721
15722
15723
15724
15725
15726
15727
15728
# File 'lib/eBay.rb', line 15721

def initialize(convertedMaxBid = nil, maxBid = nil, quantityBid = nil, quantityWon = nil, winning = nil)
  @convertedMaxBid = convertedMaxBid
  @maxBid = maxBid
  @quantityBid = quantityBid
  @quantityWon = quantityWon
  @winning = winning
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15715
15716
15717
# File 'lib/eBay.rb', line 15715

def __xmlele_any
  @__xmlele_any
end

#convertedMaxBidObject

Returns the value of attribute convertedMaxBid.



15710
15711
15712
# File 'lib/eBay.rb', line 15710

def convertedMaxBid
  @convertedMaxBid
end

#maxBidObject

Returns the value of attribute maxBid.



15711
15712
15713
# File 'lib/eBay.rb', line 15711

def maxBid
  @maxBid
end

#quantityBidObject

Returns the value of attribute quantityBid.



15712
15713
15714
# File 'lib/eBay.rb', line 15712

def quantityBid
  @quantityBid
end

#quantityWonObject

Returns the value of attribute quantityWon.



15713
15714
15715
# File 'lib/eBay.rb', line 15713

def quantityWon
  @quantityWon
end

#winningObject

Returns the value of attribute winning.



15714
15715
15716
# File 'lib/eBay.rb', line 15714

def winning
  @winning
end

Instance Method Details

#set_any(elements) ⇒ Object



15717
15718
15719
# File 'lib/eBay.rb', line 15717

def set_any(elements)
  @__xmlele_any = elements
end