Class: BestOfferType

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

Overview

urn:ebay:apis:eBLBaseComponentsBestOfferType

bestOfferID - (any)
expirationTime - SOAP::SOAPDateTime
buyer - UserType
price - AmountType
status - BestOfferStatusCodeType
quantity - SOAP::SOAPInt
buyerMessage - SOAP::SOAPString
sellerMessage - SOAP::SOAPString
bestOfferCodeType - BestOfferTypeCodeType
callStatus - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bestOfferID = nil, expirationTime = nil, buyer = nil, price = nil, status = nil, quantity = nil, buyerMessage = nil, sellerMessage = nil, bestOfferCodeType = nil, callStatus = nil) ⇒ BestOfferType

Returns a new instance of BestOfferType.



16978
16979
16980
16981
16982
16983
16984
16985
16986
16987
16988
16989
16990
# File 'lib/eBay.rb', line 16978

def initialize(bestOfferID = nil, expirationTime = nil, buyer = nil, price = nil, status = nil, quantity = nil, buyerMessage = nil, sellerMessage = nil, bestOfferCodeType = nil, callStatus = nil)
  @bestOfferID = bestOfferID
  @expirationTime = expirationTime
  @buyer = buyer
  @price = price
  @status = status
  @quantity = quantity
  @buyerMessage = buyerMessage
  @sellerMessage = sellerMessage
  @bestOfferCodeType = bestOfferCodeType
  @callStatus = callStatus
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16972
16973
16974
# File 'lib/eBay.rb', line 16972

def __xmlele_any
  @__xmlele_any
end

#bestOfferCodeTypeObject

Returns the value of attribute bestOfferCodeType.



16970
16971
16972
# File 'lib/eBay.rb', line 16970

def bestOfferCodeType
  @bestOfferCodeType
end

#bestOfferIDObject

Returns the value of attribute bestOfferID.



16962
16963
16964
# File 'lib/eBay.rb', line 16962

def bestOfferID
  @bestOfferID
end

#buyerObject

Returns the value of attribute buyer.



16964
16965
16966
# File 'lib/eBay.rb', line 16964

def buyer
  @buyer
end

#buyerMessageObject

Returns the value of attribute buyerMessage.



16968
16969
16970
# File 'lib/eBay.rb', line 16968

def buyerMessage
  @buyerMessage
end

#callStatusObject

Returns the value of attribute callStatus.



16971
16972
16973
# File 'lib/eBay.rb', line 16971

def callStatus
  @callStatus
end

#expirationTimeObject

Returns the value of attribute expirationTime.



16963
16964
16965
# File 'lib/eBay.rb', line 16963

def expirationTime
  @expirationTime
end

#priceObject

Returns the value of attribute price.



16965
16966
16967
# File 'lib/eBay.rb', line 16965

def price
  @price
end

#quantityObject

Returns the value of attribute quantity.



16967
16968
16969
# File 'lib/eBay.rb', line 16967

def quantity
  @quantity
end

#sellerMessageObject

Returns the value of attribute sellerMessage.



16969
16970
16971
# File 'lib/eBay.rb', line 16969

def sellerMessage
  @sellerMessage
end

#statusObject

Returns the value of attribute status.



16966
16967
16968
# File 'lib/eBay.rb', line 16966

def status
  @status
end

Instance Method Details

#set_any(elements) ⇒ Object



16974
16975
16976
# File 'lib/eBay.rb', line 16974

def set_any(elements)
  @__xmlele_any = elements
end