Class: GetFeedbackResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetFeedbackResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
feedbackDetailArray - FeedbackDetailArrayType
feedbackDetailItemTotal - SOAP::SOAPInt
feedbackSummary - FeedbackSummaryType
feedbackScore - SOAP::SOAPInt

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

Returns a new instance of GetFeedbackResponseType.



9864
9865
9866
9867
9868
9869
9870
9871
9872
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
# File 'lib/eBay.rb', line 9864

def 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, botBlock = 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
  @eIASToken = eIASToken
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @botBlock = botBlock
  @__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.



9854
9855
9856
# File 'lib/eBay.rb', line 9854

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9841
9842
9843
# File 'lib/eBay.rb', line 9841

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



9853
9854
9855
# File 'lib/eBay.rb', line 9853

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



9846
9847
9848
# File 'lib/eBay.rb', line 9846

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



9842
9843
9844
# File 'lib/eBay.rb', line 9842

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9848
9849
9850
# File 'lib/eBay.rb', line 9848

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



9850
9851
9852
# File 'lib/eBay.rb', line 9850

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



9843
9844
9845
# File 'lib/eBay.rb', line 9843

def errors
  @errors
end

#feedbackDetailArrayObject

Returns the value of attribute feedbackDetailArray.



9855
9856
9857
# File 'lib/eBay.rb', line 9855

def feedbackDetailArray
  @feedbackDetailArray
end

#feedbackDetailItemTotalObject

Returns the value of attribute feedbackDetailItemTotal.



9856
9857
9858
# File 'lib/eBay.rb', line 9856

def feedbackDetailItemTotal
  @feedbackDetailItemTotal
end

#feedbackScoreObject

Returns the value of attribute feedbackScore.



9858
9859
9860
# File 'lib/eBay.rb', line 9858

def feedbackScore
  @feedbackScore
end

#feedbackSummaryObject

Returns the value of attribute feedbackSummary.



9857
9858
9859
# File 'lib/eBay.rb', line 9857

def feedbackSummary
  @feedbackSummary
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9852
9853
9854
# File 'lib/eBay.rb', line 9852

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



9844
9845
9846
# File 'lib/eBay.rb', line 9844

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9847
9848
9849
# File 'lib/eBay.rb', line 9847

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9851
9852
9853
# File 'lib/eBay.rb', line 9851

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9849
9850
9851
# File 'lib/eBay.rb', line 9849

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



9840
9841
9842
# File 'lib/eBay.rb', line 9840

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9845
9846
9847
# File 'lib/eBay.rb', line 9845

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9860
9861
9862
# File 'lib/eBay.rb', line 9860

def set_any(elements)
  @__xmlele_any = elements
end