Class: AddDisputeRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddDisputeRequestType

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
disputeExplanation - DisputeExplanationCodeType
disputeReason - DisputeReasonCodeType
itemID - (any)
transactionID - SOAP::SOAPString

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, disputeExplanation = nil, disputeReason = nil, itemID = nil, transactionID = nil) ⇒ AddDisputeRequestType

Returns a new instance of AddDisputeRequestType.



83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# File 'lib/eBay.rb', line 83

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, disputeExplanation = nil, disputeReason = nil, itemID = nil, transactionID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @disputeExplanation = disputeExplanation
  @disputeReason = disputeReason
  @itemID = itemID
  @transactionID = transactionID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



73
74
75
# File 'lib/eBay.rb', line 73

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



72
73
74
# File 'lib/eBay.rb', line 72

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



63
64
65
# File 'lib/eBay.rb', line 63

def detailLevel
  @detailLevel
end

#disputeExplanationObject

Returns the value of attribute disputeExplanation.



74
75
76
# File 'lib/eBay.rb', line 74

def disputeExplanation
  @disputeExplanation
end

#disputeReasonObject

Returns the value of attribute disputeReason.



75
76
77
# File 'lib/eBay.rb', line 75

def disputeReason
  @disputeReason
end

#endUserIPObject

Returns the value of attribute endUserIP.



67
68
69
# File 'lib/eBay.rb', line 67

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



68
69
70
# File 'lib/eBay.rb', line 68

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



64
65
66
# File 'lib/eBay.rb', line 64

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



69
70
71
# File 'lib/eBay.rb', line 69

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



76
77
78
# File 'lib/eBay.rb', line 76

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



65
66
67
# File 'lib/eBay.rb', line 65

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



70
71
72
# File 'lib/eBay.rb', line 70

def outputSelector
  @outputSelector
end

#transactionIDObject

Returns the value of attribute transactionID.



77
78
79
# File 'lib/eBay.rb', line 77

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



66
67
68
# File 'lib/eBay.rb', line 66

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



71
72
73
# File 'lib/eBay.rb', line 71

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



79
80
81
# File 'lib/eBay.rb', line 79

def set_any(elements)
  @__xmlele_any = elements
end