Class: EBay::ItemBidDetailsType
- Inherits:
-
Object
- Object
- EBay::ItemBidDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsItemBidDetailsType
itemID - (any)
categoryID - SOAP::SOAPString
bidCount - SOAP::SOAPInt
sellerID - (any)
lastBidTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#bidCount ⇒ Object
Returns the value of attribute bidCount.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#lastBidTime ⇒ Object
Returns the value of attribute lastBidTime.
-
#sellerID ⇒ Object
Returns the value of attribute sellerID.
Instance Method Summary collapse
-
#initialize(itemID = nil, categoryID = nil, bidCount = nil, sellerID = nil, lastBidTime = nil) ⇒ ItemBidDetailsType
constructor
A new instance of ItemBidDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(itemID = nil, categoryID = nil, bidCount = nil, sellerID = nil, lastBidTime = nil) ⇒ ItemBidDetailsType
Returns a new instance of ItemBidDetailsType.
25173 25174 25175 25176 25177 25178 25179 25180 |
# File 'lib/eBay.rb', line 25173 def initialize(itemID = nil, categoryID = nil, bidCount = nil, sellerID = nil, lastBidTime = nil) @itemID = itemID @categoryID = categoryID @bidCount = bidCount @sellerID = sellerID @lastBidTime = lastBidTime @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
25167 25168 25169 |
# File 'lib/eBay.rb', line 25167 def __xmlele_any @__xmlele_any end |
#bidCount ⇒ Object
Returns the value of attribute bidCount.
25164 25165 25166 |
# File 'lib/eBay.rb', line 25164 def bidCount @bidCount end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
25163 25164 25165 |
# File 'lib/eBay.rb', line 25163 def categoryID @categoryID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
25162 25163 25164 |
# File 'lib/eBay.rb', line 25162 def itemID @itemID end |
#lastBidTime ⇒ Object
Returns the value of attribute lastBidTime.
25166 25167 25168 |
# File 'lib/eBay.rb', line 25166 def lastBidTime @lastBidTime end |
#sellerID ⇒ Object
Returns the value of attribute sellerID.
25165 25166 25167 |
# File 'lib/eBay.rb', line 25165 def sellerID @sellerID end |
Instance Method Details
#set_any(elements) ⇒ Object
25169 25170 25171 |
# File 'lib/eBay.rb', line 25169 def set_any(elements) @__xmlele_any = elements end |