Class: EBay::SellerReverseDisputeRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::SellerReverseDisputeRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellerReverseDisputeRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
disputeID - (any)
disputeResolutionReason - EBay::DisputeResolutionReasonCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#disputeID ⇒ Object
Returns the value of attribute disputeID.
-
#disputeResolutionReason ⇒ Object
Returns the value of attribute disputeResolutionReason.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, disputeID = nil, disputeResolutionReason = nil) ⇒ SellerReverseDisputeRequestType
constructor
A new instance of SellerReverseDisputeRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, disputeID = nil, disputeResolutionReason = nil) ⇒ SellerReverseDisputeRequestType
Returns a new instance of SellerReverseDisputeRequestType.
7359 7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 |
# File 'lib/eBay.rb', line 7359 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, disputeID = nil, disputeResolutionReason = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @disputeID = disputeID @disputeResolutionReason = disputeResolutionReason end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
7351 7352 7353 |
# File 'lib/eBay.rb', line 7351 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
7350 7351 7352 |
# File 'lib/eBay.rb', line 7350 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
7341 7342 7343 |
# File 'lib/eBay.rb', line 7341 def detailLevel @detailLevel end |
#disputeID ⇒ Object
Returns the value of attribute disputeID.
7352 7353 7354 |
# File 'lib/eBay.rb', line 7352 def disputeID @disputeID end |
#disputeResolutionReason ⇒ Object
Returns the value of attribute disputeResolutionReason.
7353 7354 7355 |
# File 'lib/eBay.rb', line 7353 def disputeResolutionReason @disputeResolutionReason end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
7345 7346 7347 |
# File 'lib/eBay.rb', line 7345 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
7346 7347 7348 |
# File 'lib/eBay.rb', line 7346 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
7342 7343 7344 |
# File 'lib/eBay.rb', line 7342 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
7347 7348 7349 |
# File 'lib/eBay.rb', line 7347 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
7343 7344 7345 |
# File 'lib/eBay.rb', line 7343 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
7348 7349 7350 |
# File 'lib/eBay.rb', line 7348 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
7344 7345 7346 |
# File 'lib/eBay.rb', line 7344 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
7349 7350 7351 |
# File 'lib/eBay.rb', line 7349 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
7355 7356 7357 |
# File 'lib/eBay.rb', line 7355 def set_any(elements) @__xmlele_any = elements end |