Class: EBay::LeaveFeedbackRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::LeaveFeedbackRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsLeaveFeedbackRequestType
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
itemID - (any)
commentText - SOAP::SOAPString
commentType - EBay::CommentTypeCodeType
transactionID - SOAP::SOAPString
targetUser - (any)
sellerItemRatingDetailArray - EBay::ItemRatingDetailArrayType
orderLineItemID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#commentText ⇒ Object
Returns the value of attribute commentText.
-
#commentType ⇒ Object
Returns the value of attribute commentType.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#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.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#sellerItemRatingDetailArray ⇒ Object
Returns the value of attribute sellerItemRatingDetailArray.
-
#targetUser ⇒ Object
Returns the value of attribute targetUser.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
-
#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, itemID = nil, commentText = nil, commentType = nil, transactionID = nil, targetUser = nil, sellerItemRatingDetailArray = nil, orderLineItemID = nil) ⇒ LeaveFeedbackRequestType
constructor
A new instance of LeaveFeedbackRequestType.
- #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, 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, = 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 = @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
6171 6172 6173 |
# File 'lib/eBay.rb', line 6171 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
6170 6171 6172 |
# File 'lib/eBay.rb', line 6170 def botBlock @botBlock end |
#commentText ⇒ Object
Returns the value of attribute commentText.
6173 6174 6175 |
# File 'lib/eBay.rb', line 6173 def commentText @commentText end |
#commentType ⇒ Object
Returns the value of attribute commentType.
6174 6175 6176 |
# File 'lib/eBay.rb', line 6174 def commentType @commentType end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
6161 6162 6163 |
# File 'lib/eBay.rb', line 6161 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
6165 6166 6167 |
# File 'lib/eBay.rb', line 6165 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
6166 6167 6168 |
# File 'lib/eBay.rb', line 6166 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
6162 6163 6164 |
# File 'lib/eBay.rb', line 6162 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
6167 6168 6169 |
# File 'lib/eBay.rb', line 6167 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
6172 6173 6174 |
# File 'lib/eBay.rb', line 6172 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
6163 6164 6165 |
# File 'lib/eBay.rb', line 6163 def @messageID end |
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
6178 6179 6180 |
# File 'lib/eBay.rb', line 6178 def orderLineItemID @orderLineItemID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
6168 6169 6170 |
# File 'lib/eBay.rb', line 6168 def outputSelector @outputSelector end |
#sellerItemRatingDetailArray ⇒ Object
Returns the value of attribute sellerItemRatingDetailArray.
6177 6178 6179 |
# File 'lib/eBay.rb', line 6177 def sellerItemRatingDetailArray @sellerItemRatingDetailArray end |
#targetUser ⇒ Object
Returns the value of attribute targetUser.
6176 6177 6178 |
# File 'lib/eBay.rb', line 6176 def targetUser @targetUser end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
6175 6176 6177 |
# File 'lib/eBay.rb', line 6175 def transactionID @transactionID end |
#version ⇒ Object
Returns the value of attribute version.
6164 6165 6166 |
# File 'lib/eBay.rb', line 6164 def version @version end |
#warningLevel ⇒ Object
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 |