Class: GetVeROReportStatusResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetVeROReportStatusResponseType

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
paginationResult - PaginationResultType
hasMoreItems - SOAP::SOAPBoolean
itemsPerPage - SOAP::SOAPInt
pageNumber - SOAP::SOAPInt
veROReportPacketID - SOAP::SOAPLong
veROReportPacketStatus - VeROReportPacketStatusCodeType
reportedItemDetails - VeROReportedItemDetailsType

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, paginationResult = nil, hasMoreItems = nil, itemsPerPage = nil, pageNumber = nil, veROReportPacketID = nil, veROReportPacketStatus = nil, reportedItemDetails = nil) ⇒ GetVeROReportStatusResponseType

Returns a new instance of GetVeROReportStatusResponseType.



13270
13271
13272
13273
13274
13275
13276
13277
13278
13279
13280
13281
13282
13283
13284
13285
13286
13287
13288
13289
13290
13291
13292
13293
# File 'lib/eBay.rb', line 13270

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, paginationResult = nil, hasMoreItems = nil, itemsPerPage = nil, pageNumber = nil, veROReportPacketID = nil, veROReportPacketStatus = nil, reportedItemDetails = 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
  @paginationResult = paginationResult
  @hasMoreItems = hasMoreItems
  @itemsPerPage = itemsPerPage
  @pageNumber = pageNumber
  @veROReportPacketID = veROReportPacketID
  @veROReportPacketStatus = veROReportPacketStatus
  @reportedItemDetails = reportedItemDetails
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13257
13258
13259
# File 'lib/eBay.rb', line 13257

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13244
13245
13246
# File 'lib/eBay.rb', line 13244

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



13256
13257
13258
# File 'lib/eBay.rb', line 13256

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13249
13250
13251
# File 'lib/eBay.rb', line 13249

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13245
13246
13247
# File 'lib/eBay.rb', line 13245

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13251
13252
13253
# File 'lib/eBay.rb', line 13251

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13253
13254
13255
# File 'lib/eBay.rb', line 13253

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



13246
13247
13248
# File 'lib/eBay.rb', line 13246

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13255
13256
13257
# File 'lib/eBay.rb', line 13255

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreItemsObject

Returns the value of attribute hasMoreItems.



13259
13260
13261
# File 'lib/eBay.rb', line 13259

def hasMoreItems
  @hasMoreItems
end

#itemsPerPageObject

Returns the value of attribute itemsPerPage.



13260
13261
13262
# File 'lib/eBay.rb', line 13260

def itemsPerPage
  @itemsPerPage
end

#messageObject

Returns the value of attribute message.



13247
13248
13249
# File 'lib/eBay.rb', line 13247

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13250
13251
13252
# File 'lib/eBay.rb', line 13250

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13254
13255
13256
# File 'lib/eBay.rb', line 13254

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



13261
13262
13263
# File 'lib/eBay.rb', line 13261

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



13258
13259
13260
# File 'lib/eBay.rb', line 13258

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13252
13253
13254
# File 'lib/eBay.rb', line 13252

def recipientUserID
  @recipientUserID
end

#reportedItemDetailsObject

Returns the value of attribute reportedItemDetails.



13264
13265
13266
# File 'lib/eBay.rb', line 13264

def reportedItemDetails
  @reportedItemDetails
end

#timestampObject

Returns the value of attribute timestamp.



13243
13244
13245
# File 'lib/eBay.rb', line 13243

def timestamp
  @timestamp
end

#veROReportPacketIDObject

Returns the value of attribute veROReportPacketID.



13262
13263
13264
# File 'lib/eBay.rb', line 13262

def veROReportPacketID
  @veROReportPacketID
end

#veROReportPacketStatusObject

Returns the value of attribute veROReportPacketStatus.



13263
13264
13265
# File 'lib/eBay.rb', line 13263

def veROReportPacketStatus
  @veROReportPacketStatus
end

#versionObject

Returns the value of attribute version.



13248
13249
13250
# File 'lib/eBay.rb', line 13248

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



13266
13267
13268
# File 'lib/eBay.rb', line 13266

def set_any(elements)
  @__xmlele_any = elements
end