Class: SellerReverseDisputeResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsSellerReverseDisputeResponseType

Constant Summary collapse

@@schema_type =
"SellerReverseDisputeResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

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, notificationSignature = nil, hardExpirationWarning = nil) ⇒ SellerReverseDisputeResponseType

Returns a new instance of SellerReverseDisputeResponseType.



9944
9945
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
# File 'lib/eBay.rb', line 9944

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9938
9939
9940
# File 'lib/eBay.rb', line 9938

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9927
9928
9929
# File 'lib/eBay.rb', line 9927

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



9932
9933
9934
# File 'lib/eBay.rb', line 9932

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



9928
9929
9930
# File 'lib/eBay.rb', line 9928

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9934
9935
9936
# File 'lib/eBay.rb', line 9934

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



9929
9930
9931
# File 'lib/eBay.rb', line 9929

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9937
9938
9939
# File 'lib/eBay.rb', line 9937

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



9930
9931
9932
# File 'lib/eBay.rb', line 9930

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9933
9934
9935
# File 'lib/eBay.rb', line 9933

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9936
9937
9938
# File 'lib/eBay.rb', line 9936

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9935
9936
9937
# File 'lib/eBay.rb', line 9935

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



9926
9927
9928
# File 'lib/eBay.rb', line 9926

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9931
9932
9933
# File 'lib/eBay.rb', line 9931

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9940
9941
9942
# File 'lib/eBay.rb', line 9940

def set_any(elements)
  @__xmlele_any = elements
end