Class: EBay::BestOfferDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsBestOfferDetailsType

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of BestOfferDetailsType.



20997
20998
20999
21000
21001
21002
21003
21004
21005
# File 'lib/eBay.rb', line 20997

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20991
20992
20993
# File 'lib/eBay.rb', line 20991

def __xmlele_any
  @__xmlele_any
end

#bestOfferObject

Returns the value of attribute bestOffer.



20987
20988
20989
# File 'lib/eBay.rb', line 20987

def bestOffer
  @bestOffer
end

#bestOfferCountObject

Returns the value of attribute bestOfferCount.



20985
20986
20987
# File 'lib/eBay.rb', line 20985

def bestOfferCount
  @bestOfferCount
end

#bestOfferEnabledObject

Returns the value of attribute bestOfferEnabled.



20986
20987
20988
# File 'lib/eBay.rb', line 20986

def bestOfferEnabled
  @bestOfferEnabled
end

#bestOfferStatusObject

Returns the value of attribute bestOfferStatus.



20988
20989
20990
# File 'lib/eBay.rb', line 20988

def bestOfferStatus
  @bestOfferStatus
end

#bestOfferTypeObject

Returns the value of attribute bestOfferType.



20989
20990
20991
# File 'lib/eBay.rb', line 20989

def bestOfferType
  @bestOfferType
end

#newBestOfferObject

Returns the value of attribute newBestOffer.



20990
20991
20992
# File 'lib/eBay.rb', line 20990

def newBestOffer
  @newBestOffer
end

Instance Method Details

#set_any(elements) ⇒ Object



20993
20994
20995
# File 'lib/eBay.rb', line 20993

def set_any(elements)
  @__xmlele_any = elements
end