Class: EBay::BestOfferDetailsType
- Inherits:
-
Object
- Object
- EBay::BestOfferDetailsType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#bestOffer ⇒ Object
Returns the value of attribute bestOffer.
-
#bestOfferCount ⇒ Object
Returns the value of attribute bestOfferCount.
-
#bestOfferEnabled ⇒ Object
Returns the value of attribute bestOfferEnabled.
-
#bestOfferStatus ⇒ Object
Returns the value of attribute bestOfferStatus.
-
#bestOfferType ⇒ Object
Returns the value of attribute bestOfferType.
-
#newBestOffer ⇒ Object
Returns the value of attribute newBestOffer.
Instance Method Summary collapse
-
#initialize(bestOfferCount = nil, bestOfferEnabled = nil, bestOffer = nil, bestOfferStatus = nil, bestOfferType = nil, newBestOffer = nil) ⇒ BestOfferDetailsType
constructor
A new instance of BestOfferDetailsType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20991 20992 20993 |
# File 'lib/eBay.rb', line 20991 def __xmlele_any @__xmlele_any end |
#bestOffer ⇒ Object
Returns the value of attribute bestOffer.
20987 20988 20989 |
# File 'lib/eBay.rb', line 20987 def bestOffer @bestOffer end |
#bestOfferCount ⇒ Object
Returns the value of attribute bestOfferCount.
20985 20986 20987 |
# File 'lib/eBay.rb', line 20985 def bestOfferCount @bestOfferCount end |
#bestOfferEnabled ⇒ Object
Returns the value of attribute bestOfferEnabled.
20986 20987 20988 |
# File 'lib/eBay.rb', line 20986 def bestOfferEnabled @bestOfferEnabled end |
#bestOfferStatus ⇒ Object
Returns the value of attribute bestOfferStatus.
20988 20989 20990 |
# File 'lib/eBay.rb', line 20988 def bestOfferStatus @bestOfferStatus end |
#bestOfferType ⇒ Object
Returns the value of attribute bestOfferType.
20989 20990 20991 |
# File 'lib/eBay.rb', line 20989 def bestOfferType @bestOfferType end |
#newBestOffer ⇒ Object
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 |