Class: EBay::AddDisputeResponseRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddDisputeResponseRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
disputeID - (any)
messageText - SOAP::SOAPString
disputeActivity - EBay::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.



148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# File 'lib/eBay.rb', line 148

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.



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

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



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

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



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

def detailLevel
  @detailLevel
end

#disputeActivityObject

Returns the value of attribute disputeActivity.



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

def disputeActivity
  @disputeActivity
end

#disputeIDObject

Returns the value of attribute disputeID.



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

def disputeID
  @disputeID
end

#endUserIPObject

Returns the value of attribute endUserIP.



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

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



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

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



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

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



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

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



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

def messageID
  @messageID
end

#messageTextObject

Returns the value of attribute messageText.



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

def messageText
  @messageText
end

#outputSelectorObject

Returns the value of attribute outputSelector.



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

def outputSelector
  @outputSelector
end

#shipmentTrackNumberObject

Returns the value of attribute shipmentTrackNumber.



141
142
143
# File 'lib/eBay.rb', line 141

def shipmentTrackNumber
  @shipmentTrackNumber
end

#shippingCarrierUsedObject

Returns the value of attribute shippingCarrierUsed.



140
141
142
# File 'lib/eBay.rb', line 140

def shippingCarrierUsed
  @shippingCarrierUsed
end

#shippingTimeObject

Returns the value of attribute shippingTime.



142
143
144
# File 'lib/eBay.rb', line 142

def shippingTime
  @shippingTime
end

#versionObject

Returns the value of attribute version.



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

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



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

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



144
145
146
# File 'lib/eBay.rb', line 144

def set_any(elements)
  @__xmlele_any = elements
end