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.



11130
11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
# File 'lib/eBay.rb', line 11130

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.



11124
11125
11126
# File 'lib/eBay.rb', line 11124

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11113
11114
11115
# File 'lib/eBay.rb', line 11113

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



11118
11119
11120
# File 'lib/eBay.rb', line 11118

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



11114
11115
11116
# File 'lib/eBay.rb', line 11114

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11120
11121
11122
# File 'lib/eBay.rb', line 11120

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



11115
11116
11117
# File 'lib/eBay.rb', line 11115

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11123
11124
11125
# File 'lib/eBay.rb', line 11123

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



11116
11117
11118
# File 'lib/eBay.rb', line 11116

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11119
11120
11121
# File 'lib/eBay.rb', line 11119

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11122
11123
11124
# File 'lib/eBay.rb', line 11122

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11121
11122
11123
# File 'lib/eBay.rb', line 11121

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



11112
11113
11114
# File 'lib/eBay.rb', line 11112

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



11117
11118
11119
# File 'lib/eBay.rb', line 11117

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11126
11127
11128
# File 'lib/eBay.rb', line 11126

def set_any(elements)
  @__xmlele_any = elements
end