Class: EBay::GetVeROReportStatusResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetVeROReportStatusResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetVeROReportStatusResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#hasMoreItems ⇒ Object
Returns the value of attribute hasMoreItems.
-
#itemsPerPage ⇒ Object
Returns the value of attribute itemsPerPage.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
-
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#reportedItemDetails ⇒ Object
Returns the value of attribute reportedItemDetails.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#veROReportPacketID ⇒ Object
Returns the value of attribute veROReportPacketID.
-
#veROReportPacketStatus ⇒ Object
Returns the value of attribute veROReportPacketStatus.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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
constructor
A new instance of GetVeROReportStatusResponseType.
- #set_any(elements) ⇒ Object
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( = nil, ack = nil, correlationID = nil, errors = [], = 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 = @ack = ack @correlationID = correlationID @errors = errors @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
16051 16052 16053 |
# File 'lib/eBay.rb', line 16051 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
16037 16038 16039 |
# File 'lib/eBay.rb', line 16037 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
16049 16050 16051 |
# File 'lib/eBay.rb', line 16049 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
16042 16043 16044 |
# File 'lib/eBay.rb', line 16042 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
16038 16039 16040 |
# File 'lib/eBay.rb', line 16038 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
16044 16045 16046 |
# File 'lib/eBay.rb', line 16044 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
16046 16047 16048 |
# File 'lib/eBay.rb', line 16046 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
16039 16040 16041 |
# File 'lib/eBay.rb', line 16039 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
16050 16051 16052 |
# File 'lib/eBay.rb', line 16050 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
16048 16049 16050 |
# File 'lib/eBay.rb', line 16048 def hardExpirationWarning @hardExpirationWarning end |
#hasMoreItems ⇒ Object
Returns the value of attribute hasMoreItems.
16053 16054 16055 |
# File 'lib/eBay.rb', line 16053 def hasMoreItems @hasMoreItems end |
#itemsPerPage ⇒ Object
Returns the value of attribute itemsPerPage.
16054 16055 16056 |
# File 'lib/eBay.rb', line 16054 def itemsPerPage @itemsPerPage end |
#message ⇒ Object
Returns the value of attribute message.
16040 16041 16042 |
# File 'lib/eBay.rb', line 16040 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
16043 16044 16045 |
# File 'lib/eBay.rb', line 16043 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
16047 16048 16049 |
# File 'lib/eBay.rb', line 16047 def notificationSignature @notificationSignature end |
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
16055 16056 16057 |
# File 'lib/eBay.rb', line 16055 def pageNumber @pageNumber end |
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
16052 16053 16054 |
# File 'lib/eBay.rb', line 16052 def paginationResult @paginationResult end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
16045 16046 16047 |
# File 'lib/eBay.rb', line 16045 def recipientUserID @recipientUserID end |
#reportedItemDetails ⇒ Object
Returns the value of attribute reportedItemDetails.
16058 16059 16060 |
# File 'lib/eBay.rb', line 16058 def reportedItemDetails @reportedItemDetails end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
16036 16037 16038 |
# File 'lib/eBay.rb', line 16036 def @timestamp end |
#veROReportPacketID ⇒ Object
Returns the value of attribute veROReportPacketID.
16056 16057 16058 |
# File 'lib/eBay.rb', line 16056 def veROReportPacketID @veROReportPacketID end |
#veROReportPacketStatus ⇒ Object
Returns the value of attribute veROReportPacketStatus.
16057 16058 16059 |
# File 'lib/eBay.rb', line 16057 def veROReportPacketStatus @veROReportPacketStatus end |
#version ⇒ Object
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 |