Class: GetDisputeResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetDisputeResponseType

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
dispute - DisputeType

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, dispute = nil) ⇒ GetDisputeResponseType

Returns a new instance of GetDisputeResponseType.



9739
9740
9741
9742
9743
9744
9745
9746
9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
# File 'lib/eBay.rb', line 9739

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, dispute = 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
  @dispute = dispute
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9732
9733
9734
# File 'lib/eBay.rb', line 9732

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9719
9720
9721
# File 'lib/eBay.rb', line 9719

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



9731
9732
9733
# File 'lib/eBay.rb', line 9731

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



9724
9725
9726
# File 'lib/eBay.rb', line 9724

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



9720
9721
9722
# File 'lib/eBay.rb', line 9720

def correlationID
  @correlationID
end

#disputeObject

Returns the value of attribute dispute.



9733
9734
9735
# File 'lib/eBay.rb', line 9733

def dispute
  @dispute
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9726
9727
9728
# File 'lib/eBay.rb', line 9726

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



9728
9729
9730
# File 'lib/eBay.rb', line 9728

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



9721
9722
9723
# File 'lib/eBay.rb', line 9721

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9730
9731
9732
# File 'lib/eBay.rb', line 9730

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



9722
9723
9724
# File 'lib/eBay.rb', line 9722

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9725
9726
9727
# File 'lib/eBay.rb', line 9725

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9729
9730
9731
# File 'lib/eBay.rb', line 9729

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9727
9728
9729
# File 'lib/eBay.rb', line 9727

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



9718
9719
9720
# File 'lib/eBay.rb', line 9718

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9723
9724
9725
# File 'lib/eBay.rb', line 9723

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9735
9736
9737
# File 'lib/eBay.rb', line 9735

def set_any(elements)
  @__xmlele_any = elements
end