Class: GetProductFinderResponseType
- Inherits:
-
Object
- Object
- GetProductFinderResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetProductFinderResponseType
Constant Summary collapse
- @@schema_type =
"GetProductFinderResponseType"- @@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")]], ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]], ["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")]], ["attributeSystemVersion", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AttributeSystemVersion")]], ["productFinderData", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProductFinderData")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#attributeSystemVersion ⇒ Object
Returns the value of attribute attributeSystemVersion.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#productFinderData ⇒ Object
Returns the value of attribute productFinderData.
-
#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, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, attributeSystemVersion = nil, productFinderData = nil) ⇒ GetProductFinderResponseType
constructor
A new instance of GetProductFinderResponseType.
- #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, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, attributeSystemVersion = nil, productFinderData = nil) ⇒ GetProductFinderResponseType
Returns a new instance of GetProductFinderResponseType.
7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7218 7219 7220 7221 7222 7223 7224 7225 |
# File 'lib/eBay.rb', line 7208 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, attributeSystemVersion = nil, productFinderData = nil) = @ack = ack @correlationID = correlationID @errors = errors = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @__xmlele_any = nil @attributeSystemVersion = attributeSystemVersion @productFinderData = productFinderData end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
7200 7201 7202 |
# File 'lib/eBay.rb', line 7200 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
7188 7189 7190 |
# File 'lib/eBay.rb', line 7188 def ack @ack end |
#attributeSystemVersion ⇒ Object
Returns the value of attribute attributeSystemVersion.
7201 7202 7203 |
# File 'lib/eBay.rb', line 7201 def attributeSystemVersion @attributeSystemVersion end |
#build ⇒ Object
Returns the value of attribute build.
7193 7194 7195 |
# File 'lib/eBay.rb', line 7193 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
7189 7190 7191 |
# File 'lib/eBay.rb', line 7189 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
7195 7196 7197 |
# File 'lib/eBay.rb', line 7195 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
7197 7198 7199 |
# File 'lib/eBay.rb', line 7197 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
7190 7191 7192 |
# File 'lib/eBay.rb', line 7190 def errors @errors end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
7199 7200 7201 |
# File 'lib/eBay.rb', line 7199 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
7191 7192 7193 |
# File 'lib/eBay.rb', line 7191 def end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
7194 7195 7196 |
# File 'lib/eBay.rb', line 7194 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
7198 7199 7200 |
# File 'lib/eBay.rb', line 7198 def notificationSignature @notificationSignature end |
#productFinderData ⇒ Object
Returns the value of attribute productFinderData.
7202 7203 7204 |
# File 'lib/eBay.rb', line 7202 def productFinderData @productFinderData end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
7196 7197 7198 |
# File 'lib/eBay.rb', line 7196 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
7187 7188 7189 |
# File 'lib/eBay.rb', line 7187 def end |
#version ⇒ Object
Returns the value of attribute version.
7192 7193 7194 |
# File 'lib/eBay.rb', line 7192 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
7204 7205 7206 |
# File 'lib/eBay.rb', line 7204 def set_any(elements) @__xmlele_any = elements end |