Class: EBay::LeaveFeedbackRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsLeaveFeedbackRequestType

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
itemID - (any)
commentText - SOAP::SOAPString
commentType - EBay::CommentTypeCodeType
transactionID - SOAP::SOAPString
targetUser - (any)
sellerItemRatingDetailArray - EBay::ItemRatingDetailArrayType
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, itemID = nil, commentText = nil, commentType = nil, transactionID = nil, targetUser = nil, sellerItemRatingDetailArray = nil, orderLineItemID = nil) ⇒ LeaveFeedbackRequestType

Returns a new instance of LeaveFeedbackRequestType.



6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
6200
6201
6202
6203
# File 'lib/eBay.rb', line 6184

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, commentText = nil, commentType = nil, transactionID = nil, targetUser = nil, sellerItemRatingDetailArray = 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
  @itemID = itemID
  @commentText = commentText
  @commentType = commentType
  @transactionID = transactionID
  @targetUser = targetUser
  @sellerItemRatingDetailArray = sellerItemRatingDetailArray
  @orderLineItemID = orderLineItemID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6171
6172
6173
# File 'lib/eBay.rb', line 6171

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



6170
6171
6172
# File 'lib/eBay.rb', line 6170

def botBlock
  @botBlock
end

#commentTextObject

Returns the value of attribute commentText.



6173
6174
6175
# File 'lib/eBay.rb', line 6173

def commentText
  @commentText
end

#commentTypeObject

Returns the value of attribute commentType.



6174
6175
6176
# File 'lib/eBay.rb', line 6174

def commentType
  @commentType
end

#detailLevelObject

Returns the value of attribute detailLevel.



6161
6162
6163
# File 'lib/eBay.rb', line 6161

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



6165
6166
6167
# File 'lib/eBay.rb', line 6165

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6166
6167
6168
# File 'lib/eBay.rb', line 6166

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6162
6163
6164
# File 'lib/eBay.rb', line 6162

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6167
6168
6169
# File 'lib/eBay.rb', line 6167

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



6172
6173
6174
# File 'lib/eBay.rb', line 6172

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



6163
6164
6165
# File 'lib/eBay.rb', line 6163

def messageID
  @messageID
end

#orderLineItemIDObject

Returns the value of attribute orderLineItemID.



6178
6179
6180
# File 'lib/eBay.rb', line 6178

def orderLineItemID
  @orderLineItemID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6168
6169
6170
# File 'lib/eBay.rb', line 6168

def outputSelector
  @outputSelector
end

#sellerItemRatingDetailArrayObject

Returns the value of attribute sellerItemRatingDetailArray.



6177
6178
6179
# File 'lib/eBay.rb', line 6177

def sellerItemRatingDetailArray
  @sellerItemRatingDetailArray
end

#targetUserObject

Returns the value of attribute targetUser.



6176
6177
6178
# File 'lib/eBay.rb', line 6176

def targetUser
  @targetUser
end

#transactionIDObject

Returns the value of attribute transactionID.



6175
6176
6177
# File 'lib/eBay.rb', line 6175

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



6164
6165
6166
# File 'lib/eBay.rb', line 6164

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6169
6170
6171
# File 'lib/eBay.rb', line 6169

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6180
6181
6182
# File 'lib/eBay.rb', line 6180

def set_any(elements)
  @__xmlele_any = elements
end