Class: EBay::AddDisputeRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddDisputeRequestType

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
disputeExplanation - EBay::DisputeExplanationCodeType
disputeReason - EBay::DisputeReasonCodeType
itemID - (any)
transactionID - SOAP::SOAPString
orderLineItemID - 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, orderLineItemID = nil) ⇒ AddDisputeRequestType

Returns a new instance of AddDisputeRequestType.



88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# File 'lib/eBay.rb', line 88

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, orderLineItemID = 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
  @orderLineItemID = orderLineItemID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



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

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



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

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



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

def detailLevel
  @detailLevel
end

#disputeExplanationObject

Returns the value of attribute disputeExplanation.



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

def disputeExplanation
  @disputeExplanation
end

#disputeReasonObject

Returns the value of attribute disputeReason.



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

def disputeReason
  @disputeReason
end

#endUserIPObject

Returns the value of attribute endUserIP.



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

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



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

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



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

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



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

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



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

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



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

def messageID
  @messageID
end

#orderLineItemIDObject

Returns the value of attribute orderLineItemID.



82
83
84
# File 'lib/eBay.rb', line 82

def orderLineItemID
  @orderLineItemID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



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

def outputSelector
  @outputSelector
end

#transactionIDObject

Returns the value of attribute transactionID.



81
82
83
# File 'lib/eBay.rb', line 81

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



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

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



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

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



84
85
86
# File 'lib/eBay.rb', line 84

def set_any(elements)
  @__xmlele_any = elements
end