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.



12455
12456
12457
12458
12459
12460
12461
12462
# File 'lib/eBay.rb', line 12455

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.



12449
12450
12451
# File 'lib/eBay.rb', line 12449

def __xmlele_any
  @__xmlele_any
end

#convertedMaxBidObject

Returns the value of attribute convertedMaxBid.



12444
12445
12446
# File 'lib/eBay.rb', line 12444

def convertedMaxBid
  @convertedMaxBid
end

#maxBidObject

Returns the value of attribute maxBid.



12445
12446
12447
# File 'lib/eBay.rb', line 12445

def maxBid
  @maxBid
end

#quantityBidObject

Returns the value of attribute quantityBid.



12446
12447
12448
# File 'lib/eBay.rb', line 12446

def quantityBid
  @quantityBid
end

#quantityWonObject

Returns the value of attribute quantityWon.



12447
12448
12449
# File 'lib/eBay.rb', line 12447

def quantityWon
  @quantityWon
end

#winningObject

Returns the value of attribute winning.



12448
12449
12450
# File 'lib/eBay.rb', line 12448

def winning
  @winning
end

Instance Method Details

#set_any(elements) ⇒ Object



12451
12452
12453
# File 'lib/eBay.rb', line 12451

def set_any(elements)
  @__xmlele_any = elements
end