Class: BestOfferDetailsType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsBestOfferDetailsType

bestOfferCount - SOAP::SOAPInt
bestOfferEnabled - SOAP::SOAPBoolean
bestOffer - AmountType
bestOfferStatus - BestOfferStatusCodeType
bestOfferType - BestOfferTypeCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bestOfferCount = nil, bestOfferEnabled = nil, bestOffer = nil, bestOfferStatus = nil, bestOfferType = nil) ⇒ BestOfferDetailsType

Returns a new instance of BestOfferDetailsType.



16927
16928
16929
16930
16931
16932
16933
16934
# File 'lib/eBay.rb', line 16927

def initialize(bestOfferCount = nil, bestOfferEnabled = nil, bestOffer = nil, bestOfferStatus = nil, bestOfferType = nil)
  @bestOfferCount = bestOfferCount
  @bestOfferEnabled = bestOfferEnabled
  @bestOffer = bestOffer
  @bestOfferStatus = bestOfferStatus
  @bestOfferType = bestOfferType
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16921
16922
16923
# File 'lib/eBay.rb', line 16921

def __xmlele_any
  @__xmlele_any
end

#bestOfferObject

Returns the value of attribute bestOffer.



16918
16919
16920
# File 'lib/eBay.rb', line 16918

def bestOffer
  @bestOffer
end

#bestOfferCountObject

Returns the value of attribute bestOfferCount.



16916
16917
16918
# File 'lib/eBay.rb', line 16916

def bestOfferCount
  @bestOfferCount
end

#bestOfferEnabledObject

Returns the value of attribute bestOfferEnabled.



16917
16918
16919
# File 'lib/eBay.rb', line 16917

def bestOfferEnabled
  @bestOfferEnabled
end

#bestOfferStatusObject

Returns the value of attribute bestOfferStatus.



16919
16920
16921
# File 'lib/eBay.rb', line 16919

def bestOfferStatus
  @bestOfferStatus
end

#bestOfferTypeObject

Returns the value of attribute bestOfferType.



16920
16921
16922
# File 'lib/eBay.rb', line 16920

def bestOfferType
  @bestOfferType
end

Instance Method Details

#set_any(elements) ⇒ Object



16923
16924
16925
# File 'lib/eBay.rb', line 16923

def set_any(elements)
  @__xmlele_any = elements
end