Class: GetBestOffersResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetBestOffersResponseType

Constant Summary collapse

@@schema_type =
"GetBestOffersResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["bestOfferArray", ["BestOfferArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BestOfferArray")]],
["item", ["ItemType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Item")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, bestOfferArray = nil, item = nil) ⇒ GetBestOffersResponseType

Returns a new instance of GetBestOffersResponseType.



2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
# File 'lib/eBay.rb', line 2081

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, bestOfferArray = nil, item = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @bestOfferArray = bestOfferArray
  @item = item
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2073
2074
2075
# File 'lib/eBay.rb', line 2073

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



2062
2063
2064
# File 'lib/eBay.rb', line 2062

def ack
  @ack
end

#bestOfferArrayObject

Returns the value of attribute bestOfferArray.



2074
2075
2076
# File 'lib/eBay.rb', line 2074

def bestOfferArray
  @bestOfferArray
end

#buildObject

Returns the value of attribute build.



2067
2068
2069
# File 'lib/eBay.rb', line 2067

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



2063
2064
2065
# File 'lib/eBay.rb', line 2063

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



2069
2070
2071
# File 'lib/eBay.rb', line 2069

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



2064
2065
2066
# File 'lib/eBay.rb', line 2064

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



2072
2073
2074
# File 'lib/eBay.rb', line 2072

def hardExpirationWarning
  @hardExpirationWarning
end

#itemObject

Returns the value of attribute item.



2075
2076
2077
# File 'lib/eBay.rb', line 2075

def item
  @item
end

#messageObject

Returns the value of attribute message.



2065
2066
2067
# File 'lib/eBay.rb', line 2065

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



2068
2069
2070
# File 'lib/eBay.rb', line 2068

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



2071
2072
2073
# File 'lib/eBay.rb', line 2071

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



2070
2071
2072
# File 'lib/eBay.rb', line 2070

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



2061
2062
2063
# File 'lib/eBay.rb', line 2061

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



2066
2067
2068
# File 'lib/eBay.rb', line 2066

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



2077
2078
2079
# File 'lib/eBay.rb', line 2077

def set_any(elements)
  @__xmlele_any = elements
end