Class: GetBestOffersResponseType
- Inherits:
-
Object
- Object
- GetBestOffersResponseType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#bestOfferArray ⇒ Object
Returns the value of attribute bestOfferArray.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#item ⇒ Object
Returns the value of attribute item.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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
constructor
A new instance of GetBestOffersResponseType.
- #set_any(elements) ⇒ Object
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( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, bestOfferArray = nil, item = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
2073 2074 2075 |
# File 'lib/eBay.rb', line 2073 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
2062 2063 2064 |
# File 'lib/eBay.rb', line 2062 def ack @ack end |
#bestOfferArray ⇒ Object
Returns the value of attribute bestOfferArray.
2074 2075 2076 |
# File 'lib/eBay.rb', line 2074 def bestOfferArray @bestOfferArray end |
#build ⇒ Object
Returns the value of attribute build.
2067 2068 2069 |
# File 'lib/eBay.rb', line 2067 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
2063 2064 2065 |
# File 'lib/eBay.rb', line 2063 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
2069 2070 2071 |
# File 'lib/eBay.rb', line 2069 def duplicateInvocationDetails @duplicateInvocationDetails end |
#errors ⇒ Object
Returns the value of attribute errors.
2064 2065 2066 |
# File 'lib/eBay.rb', line 2064 def errors @errors end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
2072 2073 2074 |
# File 'lib/eBay.rb', line 2072 def hardExpirationWarning @hardExpirationWarning end |
#item ⇒ Object
Returns the value of attribute item.
2075 2076 2077 |
# File 'lib/eBay.rb', line 2075 def item @item end |
#message ⇒ Object
Returns the value of attribute message.
2065 2066 2067 |
# File 'lib/eBay.rb', line 2065 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
2068 2069 2070 |
# File 'lib/eBay.rb', line 2068 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
2071 2072 2073 |
# File 'lib/eBay.rb', line 2071 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
2070 2071 2072 |
# File 'lib/eBay.rb', line 2070 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
2061 2062 2063 |
# File 'lib/eBay.rb', line 2061 def @timestamp end |
#version ⇒ Object
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 |