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.



14067
14068
14069
14070
14071
14072
14073
14074
# File 'lib/eBay.rb', line 14067

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.



14061
14062
14063
# File 'lib/eBay.rb', line 14061

def __xmlele_any
  @__xmlele_any
end

#convertedMaxBidObject

Returns the value of attribute convertedMaxBid.



14056
14057
14058
# File 'lib/eBay.rb', line 14056

def convertedMaxBid
  @convertedMaxBid
end

#maxBidObject

Returns the value of attribute maxBid.



14057
14058
14059
# File 'lib/eBay.rb', line 14057

def maxBid
  @maxBid
end

#quantityBidObject

Returns the value of attribute quantityBid.



14058
14059
14060
# File 'lib/eBay.rb', line 14058

def quantityBid
  @quantityBid
end

#quantityWonObject

Returns the value of attribute quantityWon.



14059
14060
14061
# File 'lib/eBay.rb', line 14059

def quantityWon
  @quantityWon
end

#winningObject

Returns the value of attribute winning.



14060
14061
14062
# File 'lib/eBay.rb', line 14060

def winning
  @winning
end

Instance Method Details

#set_any(elements) ⇒ Object



14063
14064
14065
# File 'lib/eBay.rb', line 14063

def set_any(elements)
  @__xmlele_any = elements
end