Class: EBay::GetFeedbackRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetFeedbackRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetFeedbackRequestType
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
userID - (any)
feedbackID - SOAP::SOAPString
itemID - (any)
transactionID - SOAP::SOAPString
commentType - EBay::CommentTypeCodeType
feedbackType - EBay::FeedbackTypeCodeType
pagination - EBay::PaginationType
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.
-
#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.
-
#feedbackID ⇒ Object
Returns the value of attribute feedbackID.
-
#feedbackType ⇒ Object
Returns the value of attribute feedbackType.
-
#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.
-
#pagination ⇒ Object
Returns the value of attribute pagination.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
-
#userID ⇒ Object
Returns the value of attribute userID.
-
#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, userID = nil, feedbackID = nil, itemID = nil, transactionID = nil, commentType = [], feedbackType = nil, pagination = nil, orderLineItemID = nil) ⇒ GetFeedbackRequestType
constructor
A new instance of GetFeedbackRequestType.
- #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, userID = nil, feedbackID = nil, itemID = nil, transactionID = nil, commentType = [], feedbackType = nil, pagination = nil, orderLineItemID = nil) ⇒ GetFeedbackRequestType
Returns a new instance of GetFeedbackRequestType.
2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 |
# File 'lib/eBay.rb', line 2764 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, userID = nil, feedbackID = nil, itemID = nil, transactionID = nil, commentType = [], feedbackType = nil, pagination = 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 @userID = userID @feedbackID = feedbackID @itemID = itemID @transactionID = transactionID @commentType = commentType @feedbackType = feedbackType @pagination = pagination @orderLineItemID = orderLineItemID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
2750 2751 2752 |
# File 'lib/eBay.rb', line 2750 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
2749 2750 2751 |
# File 'lib/eBay.rb', line 2749 def botBlock @botBlock end |
#commentType ⇒ Object
Returns the value of attribute commentType.
2755 2756 2757 |
# File 'lib/eBay.rb', line 2755 def commentType @commentType end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
2740 2741 2742 |
# File 'lib/eBay.rb', line 2740 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
2744 2745 2746 |
# File 'lib/eBay.rb', line 2744 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
2745 2746 2747 |
# File 'lib/eBay.rb', line 2745 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
2741 2742 2743 |
# File 'lib/eBay.rb', line 2741 def errorLanguage @errorLanguage end |
#feedbackID ⇒ Object
Returns the value of attribute feedbackID.
2752 2753 2754 |
# File 'lib/eBay.rb', line 2752 def feedbackID @feedbackID end |
#feedbackType ⇒ Object
Returns the value of attribute feedbackType.
2756 2757 2758 |
# File 'lib/eBay.rb', line 2756 def feedbackType @feedbackType end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
2746 2747 2748 |
# File 'lib/eBay.rb', line 2746 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
2753 2754 2755 |
# File 'lib/eBay.rb', line 2753 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
2742 2743 2744 |
# File 'lib/eBay.rb', line 2742 def @messageID end |
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
2758 2759 2760 |
# File 'lib/eBay.rb', line 2758 def orderLineItemID @orderLineItemID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
2747 2748 2749 |
# File 'lib/eBay.rb', line 2747 def outputSelector @outputSelector end |
#pagination ⇒ Object
Returns the value of attribute pagination.
2757 2758 2759 |
# File 'lib/eBay.rb', line 2757 def pagination @pagination end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
2754 2755 2756 |
# File 'lib/eBay.rb', line 2754 def transactionID @transactionID end |
#userID ⇒ Object
Returns the value of attribute userID.
2751 2752 2753 |
# File 'lib/eBay.rb', line 2751 def userID @userID end |
#version ⇒ Object
Returns the value of attribute version.
2743 2744 2745 |
# File 'lib/eBay.rb', line 2743 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
2748 2749 2750 |
# File 'lib/eBay.rb', line 2748 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
2760 2761 2762 |
# File 'lib/eBay.rb', line 2760 def set_any(elements) @__xmlele_any = elements end |