Class: AddDisputeResponseRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddDisputeResponseRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
disputeID - (any)
messageText - SOAP::SOAPString
disputeActivity - DisputeActivityCodeType
shippingCarrierUsed - SOAP::SOAPString
shipmentTrackNumber - SOAP::SOAPString
shippingTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, disputeID = nil, messageText = nil, disputeActivity = nil, shippingCarrierUsed = nil, shipmentTrackNumber = nil, shippingTime = nil) ⇒ AddDisputeResponseRequestType

Returns a new instance of AddDisputeResponseRequestType.



142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
# File 'lib/eBay.rb', line 142

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, disputeID = nil, messageText = nil, disputeActivity = nil, shippingCarrierUsed = nil, shipmentTrackNumber = nil, shippingTime = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @disputeID = disputeID
  @messageText = messageText
  @disputeActivity = disputeActivity
  @shippingCarrierUsed = shippingCarrierUsed
  @shipmentTrackNumber = shipmentTrackNumber
  @shippingTime = shippingTime
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



130
131
132
# File 'lib/eBay.rb', line 130

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



129
130
131
# File 'lib/eBay.rb', line 129

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



120
121
122
# File 'lib/eBay.rb', line 120

def detailLevel
  @detailLevel
end

#disputeActivityObject

Returns the value of attribute disputeActivity.



133
134
135
# File 'lib/eBay.rb', line 133

def disputeActivity
  @disputeActivity
end

#disputeIDObject

Returns the value of attribute disputeID.



131
132
133
# File 'lib/eBay.rb', line 131

def disputeID
  @disputeID
end

#endUserIPObject

Returns the value of attribute endUserIP.



124
125
126
# File 'lib/eBay.rb', line 124

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



125
126
127
# File 'lib/eBay.rb', line 125

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



121
122
123
# File 'lib/eBay.rb', line 121

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



126
127
128
# File 'lib/eBay.rb', line 126

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



122
123
124
# File 'lib/eBay.rb', line 122

def messageID
  @messageID
end

#messageTextObject

Returns the value of attribute messageText.



132
133
134
# File 'lib/eBay.rb', line 132

def messageText
  @messageText
end

#outputSelectorObject

Returns the value of attribute outputSelector.



127
128
129
# File 'lib/eBay.rb', line 127

def outputSelector
  @outputSelector
end

#shipmentTrackNumberObject

Returns the value of attribute shipmentTrackNumber.



135
136
137
# File 'lib/eBay.rb', line 135

def shipmentTrackNumber
  @shipmentTrackNumber
end

#shippingCarrierUsedObject

Returns the value of attribute shippingCarrierUsed.



134
135
136
# File 'lib/eBay.rb', line 134

def shippingCarrierUsed
  @shippingCarrierUsed
end

#shippingTimeObject

Returns the value of attribute shippingTime.



136
137
138
# File 'lib/eBay.rb', line 136

def shippingTime
  @shippingTime
end

#versionObject

Returns the value of attribute version.



123
124
125
# File 'lib/eBay.rb', line 123

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



128
129
130
# File 'lib/eBay.rb', line 128

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



138
139
140
# File 'lib/eBay.rb', line 138

def set_any(elements)
  @__xmlele_any = elements
end