Class: EBay::GetVeROReportStatusResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetVeROReportStatusResponseType

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
paginationResult - EBay::PaginationResultType
hasMoreItems - SOAP::SOAPBoolean
itemsPerPage - SOAP::SOAPInt
pageNumber - SOAP::SOAPInt
veROReportPacketID - SOAP::SOAPLong
veROReportPacketStatus - EBay::VeROReportPacketStatusCodeType
reportedItemDetails - EBay::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, externalUserData = nil, paginationResult = nil, hasMoreItems = nil, itemsPerPage = nil, pageNumber = nil, veROReportPacketID = nil, veROReportPacketStatus = nil, reportedItemDetails = nil) ⇒ GetVeROReportStatusResponseType

Returns a new instance of GetVeROReportStatusResponseType.



16064
16065
16066
16067
16068
16069
16070
16071
16072
16073
16074
16075
16076
16077
16078
16079
16080
16081
16082
16083
16084
16085
16086
16087
16088
# File 'lib/eBay.rb', line 16064

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, 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
  @externalUserData = externalUserData
  @__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.



16051
16052
16053
# File 'lib/eBay.rb', line 16051

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



16037
16038
16039
# File 'lib/eBay.rb', line 16037

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



16049
16050
16051
# File 'lib/eBay.rb', line 16049

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



16042
16043
16044
# File 'lib/eBay.rb', line 16042

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



16038
16039
16040
# File 'lib/eBay.rb', line 16038

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



16044
16045
16046
# File 'lib/eBay.rb', line 16044

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



16046
16047
16048
# File 'lib/eBay.rb', line 16046

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



16039
16040
16041
# File 'lib/eBay.rb', line 16039

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



16050
16051
16052
# File 'lib/eBay.rb', line 16050

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



16048
16049
16050
# File 'lib/eBay.rb', line 16048

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreItemsObject

Returns the value of attribute hasMoreItems.



16053
16054
16055
# File 'lib/eBay.rb', line 16053

def hasMoreItems
  @hasMoreItems
end

#itemsPerPageObject

Returns the value of attribute itemsPerPage.



16054
16055
16056
# File 'lib/eBay.rb', line 16054

def itemsPerPage
  @itemsPerPage
end

#messageObject

Returns the value of attribute message.



16040
16041
16042
# File 'lib/eBay.rb', line 16040

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



16043
16044
16045
# File 'lib/eBay.rb', line 16043

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



16047
16048
16049
# File 'lib/eBay.rb', line 16047

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



16055
16056
16057
# File 'lib/eBay.rb', line 16055

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



16052
16053
16054
# File 'lib/eBay.rb', line 16052

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



16045
16046
16047
# File 'lib/eBay.rb', line 16045

def recipientUserID
  @recipientUserID
end

#reportedItemDetailsObject

Returns the value of attribute reportedItemDetails.



16058
16059
16060
# File 'lib/eBay.rb', line 16058

def reportedItemDetails
  @reportedItemDetails
end

#timestampObject

Returns the value of attribute timestamp.



16036
16037
16038
# File 'lib/eBay.rb', line 16036

def timestamp
  @timestamp
end

#veROReportPacketIDObject

Returns the value of attribute veROReportPacketID.



16056
16057
16058
# File 'lib/eBay.rb', line 16056

def veROReportPacketID
  @veROReportPacketID
end

#veROReportPacketStatusObject

Returns the value of attribute veROReportPacketStatus.



16057
16058
16059
# File 'lib/eBay.rb', line 16057

def veROReportPacketStatus
  @veROReportPacketStatus
end

#versionObject

Returns the value of attribute version.



16041
16042
16043
# File 'lib/eBay.rb', line 16041

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



16060
16061
16062
# File 'lib/eBay.rb', line 16060

def set_any(elements)
  @__xmlele_any = elements
end