Class: EBay::GetUserDisputesResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetUserDisputesResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetUserDisputesResponseType
- 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
startingDisputeID - (any)
endingDisputeID - (any)
disputeArray - EBay::DisputeArrayType
itemsPerPage - SOAP::SOAPInt
pageNumber - SOAP::SOAPInt
disputeFilterCount - EBay::DisputeFilterCountType
paginationResult - EBay::PaginationResultType
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.
-
#disputeArray ⇒ Object
Returns the value of attribute disputeArray.
-
#disputeFilterCount ⇒ Object
Returns the value of attribute disputeFilterCount.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#endingDisputeID ⇒ Object
Returns the value of attribute endingDisputeID.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#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.
-
#startingDisputeID ⇒ Object
Returns the value of attribute startingDisputeID.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#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, startingDisputeID = nil, endingDisputeID = nil, disputeArray = nil, itemsPerPage = nil, pageNumber = nil, disputeFilterCount = [], paginationResult = nil) ⇒ GetUserDisputesResponseType
constructor
A new instance of GetUserDisputesResponseType.
- #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, startingDisputeID = nil, endingDisputeID = nil, disputeArray = nil, itemsPerPage = nil, pageNumber = nil, disputeFilterCount = [], paginationResult = nil) ⇒ GetUserDisputesResponseType
Returns a new instance of GetUserDisputesResponseType.
15800 15801 15802 15803 15804 15805 15806 15807 15808 15809 15810 15811 15812 15813 15814 15815 15816 15817 15818 15819 15820 15821 15822 15823 15824 |
# File 'lib/eBay.rb', line 15800 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, startingDisputeID = nil, endingDisputeID = nil, disputeArray = nil, itemsPerPage = nil, pageNumber = nil, disputeFilterCount = [], paginationResult = 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 @startingDisputeID = startingDisputeID @endingDisputeID = endingDisputeID @disputeArray = disputeArray @itemsPerPage = itemsPerPage @pageNumber = pageNumber @disputeFilterCount = disputeFilterCount @paginationResult = paginationResult end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
15787 15788 15789 |
# File 'lib/eBay.rb', line 15787 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
15773 15774 15775 |
# File 'lib/eBay.rb', line 15773 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
15785 15786 15787 |
# File 'lib/eBay.rb', line 15785 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
15778 15779 15780 |
# File 'lib/eBay.rb', line 15778 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
15774 15775 15776 |
# File 'lib/eBay.rb', line 15774 def correlationID @correlationID end |
#disputeArray ⇒ Object
Returns the value of attribute disputeArray.
15790 15791 15792 |
# File 'lib/eBay.rb', line 15790 def disputeArray @disputeArray end |
#disputeFilterCount ⇒ Object
Returns the value of attribute disputeFilterCount.
15793 15794 15795 |
# File 'lib/eBay.rb', line 15793 def disputeFilterCount @disputeFilterCount end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
15780 15781 15782 |
# File 'lib/eBay.rb', line 15780 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
15782 15783 15784 |
# File 'lib/eBay.rb', line 15782 def eIASToken @eIASToken end |
#endingDisputeID ⇒ Object
Returns the value of attribute endingDisputeID.
15789 15790 15791 |
# File 'lib/eBay.rb', line 15789 def endingDisputeID @endingDisputeID end |
#errors ⇒ Object
Returns the value of attribute errors.
15775 15776 15777 |
# File 'lib/eBay.rb', line 15775 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
15786 15787 15788 |
# File 'lib/eBay.rb', line 15786 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
15784 15785 15786 |
# File 'lib/eBay.rb', line 15784 def hardExpirationWarning @hardExpirationWarning end |
#itemsPerPage ⇒ Object
Returns the value of attribute itemsPerPage.
15791 15792 15793 |
# File 'lib/eBay.rb', line 15791 def itemsPerPage @itemsPerPage end |
#message ⇒ Object
Returns the value of attribute message.
15776 15777 15778 |
# File 'lib/eBay.rb', line 15776 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
15779 15780 15781 |
# File 'lib/eBay.rb', line 15779 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
15783 15784 15785 |
# File 'lib/eBay.rb', line 15783 def notificationSignature @notificationSignature end |
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
15792 15793 15794 |
# File 'lib/eBay.rb', line 15792 def pageNumber @pageNumber end |
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
15794 15795 15796 |
# File 'lib/eBay.rb', line 15794 def paginationResult @paginationResult end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
15781 15782 15783 |
# File 'lib/eBay.rb', line 15781 def recipientUserID @recipientUserID end |
#startingDisputeID ⇒ Object
Returns the value of attribute startingDisputeID.
15788 15789 15790 |
# File 'lib/eBay.rb', line 15788 def startingDisputeID @startingDisputeID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
15772 15773 15774 |
# File 'lib/eBay.rb', line 15772 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
15777 15778 15779 |
# File 'lib/eBay.rb', line 15777 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
15796 15797 15798 |
# File 'lib/eBay.rb', line 15796 def set_any(elements) @__xmlele_any = elements end |