Class: EBay::GetFeedbackResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetFeedbackResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
feedbackDetailArray - EBay::FeedbackDetailArrayType
feedbackDetailItemTotal - SOAP::SOAPInt
feedbackSummary - EBay::FeedbackSummaryType
feedbackScore - SOAP::SOAPInt
paginationResult - EBay::PaginationResultType
entriesPerPage - SOAP::SOAPInt
pageNumber - 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, externalUserData = nil, feedbackDetailArray = nil, feedbackDetailItemTotal = nil, feedbackSummary = nil, feedbackScore = nil, paginationResult = nil, entriesPerPage = nil, pageNumber = nil) ⇒ GetFeedbackResponseType

Returns a new instance of GetFeedbackResponseType.



12240
12241
12242
12243
12244
12245
12246
12247
12248
12249
12250
12251
12252
12253
12254
12255
12256
12257
12258
12259
12260
12261
12262
12263
12264
# File 'lib/eBay.rb', line 12240

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, externalUserData = nil, feedbackDetailArray = nil, feedbackDetailItemTotal = nil, feedbackSummary = nil, feedbackScore = nil, paginationResult = nil, entriesPerPage = nil, pageNumber = 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
  @externalUserData = externalUserData
  @__xmlele_any = nil
  @feedbackDetailArray = feedbackDetailArray
  @feedbackDetailItemTotal = feedbackDetailItemTotal
  @feedbackSummary = feedbackSummary
  @feedbackScore = feedbackScore
  @paginationResult = paginationResult
  @entriesPerPage = entriesPerPage
  @pageNumber = pageNumber
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12227
12228
12229
# File 'lib/eBay.rb', line 12227

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12213
12214
12215
# File 'lib/eBay.rb', line 12213

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



12225
12226
12227
# File 'lib/eBay.rb', line 12225

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



12218
12219
12220
# File 'lib/eBay.rb', line 12218

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



12214
12215
12216
# File 'lib/eBay.rb', line 12214

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



12220
12221
12222
# File 'lib/eBay.rb', line 12220

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



12222
12223
12224
# File 'lib/eBay.rb', line 12222

def eIASToken
  @eIASToken
end

#entriesPerPageObject

Returns the value of attribute entriesPerPage.



12233
12234
12235
# File 'lib/eBay.rb', line 12233

def entriesPerPage
  @entriesPerPage
end

#errorsObject

Returns the value of attribute errors.



12215
12216
12217
# File 'lib/eBay.rb', line 12215

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



12226
12227
12228
# File 'lib/eBay.rb', line 12226

def externalUserData
  @externalUserData
end

#feedbackDetailArrayObject

Returns the value of attribute feedbackDetailArray.



12228
12229
12230
# File 'lib/eBay.rb', line 12228

def feedbackDetailArray
  @feedbackDetailArray
end

#feedbackDetailItemTotalObject

Returns the value of attribute feedbackDetailItemTotal.



12229
12230
12231
# File 'lib/eBay.rb', line 12229

def feedbackDetailItemTotal
  @feedbackDetailItemTotal
end

#feedbackScoreObject

Returns the value of attribute feedbackScore.



12231
12232
12233
# File 'lib/eBay.rb', line 12231

def feedbackScore
  @feedbackScore
end

#feedbackSummaryObject

Returns the value of attribute feedbackSummary.



12230
12231
12232
# File 'lib/eBay.rb', line 12230

def feedbackSummary
  @feedbackSummary
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12224
12225
12226
# File 'lib/eBay.rb', line 12224

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



12216
12217
12218
# File 'lib/eBay.rb', line 12216

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12219
12220
12221
# File 'lib/eBay.rb', line 12219

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12223
12224
12225
# File 'lib/eBay.rb', line 12223

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



12234
12235
12236
# File 'lib/eBay.rb', line 12234

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



12232
12233
12234
# File 'lib/eBay.rb', line 12232

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



12221
12222
12223
# File 'lib/eBay.rb', line 12221

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



12212
12213
12214
# File 'lib/eBay.rb', line 12212

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



12217
12218
12219
# File 'lib/eBay.rb', line 12217

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



12236
12237
12238
# File 'lib/eBay.rb', line 12236

def set_any(elements)
  @__xmlele_any = elements
end