Class: GetFeedbackResponseType
- Inherits:
-
Object
- Object
- GetFeedbackResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetFeedbackResponseType
Constant Summary collapse
- @@schema_type =
"GetFeedbackResponseType"- @@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")]], ["feedbackDetailArray", ["FeedbackDetailArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FeedbackDetailArray")]], ["feedbackDetailItemTotal", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FeedbackDetailItemTotal")]], ["feedbackSummary", ["FeedbackSummaryType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FeedbackSummary")]], ["feedbackScore", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FeedbackScore")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#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.
-
#feedbackDetailArray ⇒ Object
Returns the value of attribute feedbackDetailArray.
-
#feedbackDetailItemTotal ⇒ Object
Returns the value of attribute feedbackDetailItemTotal.
-
#feedbackScore ⇒ Object
Returns the value of attribute feedbackScore.
-
#feedbackSummary ⇒ Object
Returns the value of attribute feedbackSummary.
-
#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.
-
#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, feedbackDetailArray = nil, feedbackDetailItemTotal = nil, feedbackSummary = nil, feedbackScore = nil) ⇒ GetFeedbackResponseType
constructor
A new instance of GetFeedbackResponseType.
- #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, feedbackDetailArray = nil, feedbackDetailItemTotal = nil, feedbackSummary = nil, feedbackScore = nil) ⇒ GetFeedbackResponseType
Returns a new instance of GetFeedbackResponseType.
4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 |
# File 'lib/eBay.rb', line 4377 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, feedbackDetailArray = nil, feedbackDetailItemTotal = nil, feedbackSummary = nil, feedbackScore = 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 @feedbackDetailArray = feedbackDetailArray @feedbackDetailItemTotal = feedbackDetailItemTotal @feedbackSummary = feedbackSummary @feedbackScore = feedbackScore end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
4367 4368 4369 |
# File 'lib/eBay.rb', line 4367 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
4355 4356 4357 |
# File 'lib/eBay.rb', line 4355 def ack @ack end |
#build ⇒ Object
Returns the value of attribute build.
4360 4361 4362 |
# File 'lib/eBay.rb', line 4360 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
4356 4357 4358 |
# File 'lib/eBay.rb', line 4356 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
4362 4363 4364 |
# File 'lib/eBay.rb', line 4362 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
4364 4365 4366 |
# File 'lib/eBay.rb', line 4364 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
4357 4358 4359 |
# File 'lib/eBay.rb', line 4357 def errors @errors end |
#feedbackDetailArray ⇒ Object
Returns the value of attribute feedbackDetailArray.
4368 4369 4370 |
# File 'lib/eBay.rb', line 4368 def feedbackDetailArray @feedbackDetailArray end |
#feedbackDetailItemTotal ⇒ Object
Returns the value of attribute feedbackDetailItemTotal.
4369 4370 4371 |
# File 'lib/eBay.rb', line 4369 def feedbackDetailItemTotal @feedbackDetailItemTotal end |
#feedbackScore ⇒ Object
Returns the value of attribute feedbackScore.
4371 4372 4373 |
# File 'lib/eBay.rb', line 4371 def feedbackScore @feedbackScore end |
#feedbackSummary ⇒ Object
Returns the value of attribute feedbackSummary.
4370 4371 4372 |
# File 'lib/eBay.rb', line 4370 def feedbackSummary @feedbackSummary end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
4366 4367 4368 |
# File 'lib/eBay.rb', line 4366 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
4358 4359 4360 |
# File 'lib/eBay.rb', line 4358 def end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
4361 4362 4363 |
# File 'lib/eBay.rb', line 4361 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
4365 4366 4367 |
# File 'lib/eBay.rb', line 4365 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
4363 4364 4365 |
# File 'lib/eBay.rb', line 4363 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
4354 4355 4356 |
# File 'lib/eBay.rb', line 4354 def end |
#version ⇒ Object
Returns the value of attribute version.
4359 4360 4361 |
# File 'lib/eBay.rb', line 4359 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
4373 4374 4375 |
# File 'lib/eBay.rb', line 4373 def set_any(elements) @__xmlele_any = elements end |