Class: GetFeedbackResponseType

Inherits:
Object
  • Object
show all
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")]],
["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

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, feedbackDetailArray = nil, feedbackDetailItemTotal = nil, feedbackSummary = nil, feedbackScore = nil) ⇒ GetFeedbackResponseType

Returns a new instance of GetFeedbackResponseType.



3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
# File 'lib/eBay.rb', line 3432

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, feedbackDetailArray = nil, feedbackDetailItemTotal = nil, feedbackSummary = nil, feedbackScore = 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
  @feedbackDetailArray = feedbackDetailArray
  @feedbackDetailItemTotal = feedbackDetailItemTotal
  @feedbackSummary = feedbackSummary
  @feedbackScore = feedbackScore
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3422
3423
3424
# File 'lib/eBay.rb', line 3422

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



3411
3412
3413
# File 'lib/eBay.rb', line 3411

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



3416
3417
3418
# File 'lib/eBay.rb', line 3416

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



3412
3413
3414
# File 'lib/eBay.rb', line 3412

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



3418
3419
3420
# File 'lib/eBay.rb', line 3418

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



3413
3414
3415
# File 'lib/eBay.rb', line 3413

def errors
  @errors
end

#feedbackDetailArrayObject

Returns the value of attribute feedbackDetailArray.



3423
3424
3425
# File 'lib/eBay.rb', line 3423

def feedbackDetailArray
  @feedbackDetailArray
end

#feedbackDetailItemTotalObject

Returns the value of attribute feedbackDetailItemTotal.



3424
3425
3426
# File 'lib/eBay.rb', line 3424

def feedbackDetailItemTotal
  @feedbackDetailItemTotal
end

#feedbackScoreObject

Returns the value of attribute feedbackScore.



3426
3427
3428
# File 'lib/eBay.rb', line 3426

def feedbackScore
  @feedbackScore
end

#feedbackSummaryObject

Returns the value of attribute feedbackSummary.



3425
3426
3427
# File 'lib/eBay.rb', line 3425

def feedbackSummary
  @feedbackSummary
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



3421
3422
3423
# File 'lib/eBay.rb', line 3421

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



3414
3415
3416
# File 'lib/eBay.rb', line 3414

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



3417
3418
3419
# File 'lib/eBay.rb', line 3417

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



3420
3421
3422
# File 'lib/eBay.rb', line 3420

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



3419
3420
3421
# File 'lib/eBay.rb', line 3419

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



3410
3411
3412
# File 'lib/eBay.rb', line 3410

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



3415
3416
3417
# File 'lib/eBay.rb', line 3415

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



3428
3429
3430
# File 'lib/eBay.rb', line 3428

def set_any(elements)
  @__xmlele_any = elements
end