Class: SellerReverseDisputeRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellerReverseDisputeRequestType

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)
disputeResolutionReason - DisputeResolutionReasonCodeType

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, disputeResolutionReason = nil) ⇒ SellerReverseDisputeRequestType

Returns a new instance of SellerReverseDisputeRequestType.



6107
6108
6109
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
# File 'lib/eBay.rb', line 6107

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, disputeID = nil, disputeResolutionReason = 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
  @disputeResolutionReason = disputeResolutionReason
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6099
6100
6101
# File 'lib/eBay.rb', line 6099

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



6098
6099
6100
# File 'lib/eBay.rb', line 6098

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



6089
6090
6091
# File 'lib/eBay.rb', line 6089

def detailLevel
  @detailLevel
end

#disputeIDObject

Returns the value of attribute disputeID.



6100
6101
6102
# File 'lib/eBay.rb', line 6100

def disputeID
  @disputeID
end

#disputeResolutionReasonObject

Returns the value of attribute disputeResolutionReason.



6101
6102
6103
# File 'lib/eBay.rb', line 6101

def disputeResolutionReason
  @disputeResolutionReason
end

#endUserIPObject

Returns the value of attribute endUserIP.



6093
6094
6095
# File 'lib/eBay.rb', line 6093

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6094
6095
6096
# File 'lib/eBay.rb', line 6094

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6090
6091
6092
# File 'lib/eBay.rb', line 6090

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6095
6096
6097
# File 'lib/eBay.rb', line 6095

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



6091
6092
6093
# File 'lib/eBay.rb', line 6091

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6096
6097
6098
# File 'lib/eBay.rb', line 6096

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



6092
6093
6094
# File 'lib/eBay.rb', line 6092

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6097
6098
6099
# File 'lib/eBay.rb', line 6097

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6103
6104
6105
# File 'lib/eBay.rb', line 6103

def set_any(elements)
  @__xmlele_any = elements
end