Class: EBay::BiddingDetailsType
- Inherits:
-
Object
- Object
- EBay::BiddingDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBiddingDetailsType
convertedMaxBid - EBay::AmountType
maxBid - EBay::AmountType
quantityBid - SOAP::SOAPInt
quantityWon - SOAP::SOAPInt
winning - SOAP::SOAPBoolean
bidAssistant - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#bidAssistant ⇒ Object
Returns the value of attribute bidAssistant.
-
#convertedMaxBid ⇒ Object
Returns the value of attribute convertedMaxBid.
-
#maxBid ⇒ Object
Returns the value of attribute maxBid.
-
#quantityBid ⇒ Object
Returns the value of attribute quantityBid.
-
#quantityWon ⇒ Object
Returns the value of attribute quantityWon.
-
#winning ⇒ Object
Returns the value of attribute winning.
Instance Method Summary collapse
-
#initialize(convertedMaxBid = nil, maxBid = nil, quantityBid = nil, quantityWon = nil, winning = nil, bidAssistant = nil) ⇒ BiddingDetailsType
constructor
A new instance of BiddingDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(convertedMaxBid = nil, maxBid = nil, quantityBid = nil, quantityWon = nil, winning = nil, bidAssistant = nil) ⇒ BiddingDetailsType
Returns a new instance of BiddingDetailsType.
21249 21250 21251 21252 21253 21254 21255 21256 21257 |
# File 'lib/eBay.rb', line 21249 def initialize(convertedMaxBid = nil, maxBid = nil, quantityBid = nil, quantityWon = nil, winning = nil, bidAssistant = nil) @convertedMaxBid = convertedMaxBid @maxBid = maxBid @quantityBid = quantityBid @quantityWon = quantityWon @winning = winning @bidAssistant = bidAssistant @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
21243 21244 21245 |
# File 'lib/eBay.rb', line 21243 def __xmlele_any @__xmlele_any end |
#bidAssistant ⇒ Object
Returns the value of attribute bidAssistant.
21242 21243 21244 |
# File 'lib/eBay.rb', line 21242 def bidAssistant @bidAssistant end |
#convertedMaxBid ⇒ Object
Returns the value of attribute convertedMaxBid.
21237 21238 21239 |
# File 'lib/eBay.rb', line 21237 def convertedMaxBid @convertedMaxBid end |
#maxBid ⇒ Object
Returns the value of attribute maxBid.
21238 21239 21240 |
# File 'lib/eBay.rb', line 21238 def maxBid @maxBid end |
#quantityBid ⇒ Object
Returns the value of attribute quantityBid.
21239 21240 21241 |
# File 'lib/eBay.rb', line 21239 def quantityBid @quantityBid end |
#quantityWon ⇒ Object
Returns the value of attribute quantityWon.
21240 21241 21242 |
# File 'lib/eBay.rb', line 21240 def quantityWon @quantityWon end |
#winning ⇒ Object
Returns the value of attribute winning.
21241 21242 21243 |
# File 'lib/eBay.rb', line 21241 def winning @winning end |
Instance Method Details
#set_any(elements) ⇒ Object
21245 21246 21247 |
# File 'lib/eBay.rb', line 21245 def set_any(elements) @__xmlele_any = elements end |