Class: ItemBidDetailsType

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

Instance Method Summary collapse

Constructor Details

#initialize(itemID = nil, categoryID = nil, bidCount = nil, sellerID = nil, lastBidTime = nil) ⇒ ItemBidDetailsType

Returns a new instance of ItemBidDetailsType.



19961
19962
19963
19964
19965
19966
19967
19968
# File 'lib/eBay.rb', line 19961

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

Returns the value of attribute __xmlele_any.



19955
19956
19957
# File 'lib/eBay.rb', line 19955

def __xmlele_any
  @__xmlele_any
end

#bidCountObject

Returns the value of attribute bidCount.



19952
19953
19954
# File 'lib/eBay.rb', line 19952

def bidCount
  @bidCount
end

#categoryIDObject

Returns the value of attribute categoryID.



19951
19952
19953
# File 'lib/eBay.rb', line 19951

def categoryID
  @categoryID
end

#itemIDObject

Returns the value of attribute itemID.



19950
19951
19952
# File 'lib/eBay.rb', line 19950

def itemID
  @itemID
end

#lastBidTimeObject

Returns the value of attribute lastBidTime.



19954
19955
19956
# File 'lib/eBay.rb', line 19954

def lastBidTime
  @lastBidTime
end

#sellerIDObject

Returns the value of attribute sellerID.



19953
19954
19955
# File 'lib/eBay.rb', line 19953

def sellerID
  @sellerID
end

Instance Method Details

#set_any(elements) ⇒ Object



19957
19958
19959
# File 'lib/eBay.rb', line 19957

def set_any(elements)
  @__xmlele_any = elements
end