Class: EBay::BiddingDetailsType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



21243
21244
21245
# File 'lib/eBay.rb', line 21243

def __xmlele_any
  @__xmlele_any
end

#bidAssistantObject

Returns the value of attribute bidAssistant.



21242
21243
21244
# File 'lib/eBay.rb', line 21242

def bidAssistant
  @bidAssistant
end

#convertedMaxBidObject

Returns the value of attribute convertedMaxBid.



21237
21238
21239
# File 'lib/eBay.rb', line 21237

def convertedMaxBid
  @convertedMaxBid
end

#maxBidObject

Returns the value of attribute maxBid.



21238
21239
21240
# File 'lib/eBay.rb', line 21238

def maxBid
  @maxBid
end

#quantityBidObject

Returns the value of attribute quantityBid.



21239
21240
21241
# File 'lib/eBay.rb', line 21239

def quantityBid
  @quantityBid
end

#quantityWonObject

Returns the value of attribute quantityWon.



21240
21241
21242
# File 'lib/eBay.rb', line 21240

def quantityWon
  @quantityWon
end

#winningObject

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