Class: EBay::GetFeedbackRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetFeedbackRequestType

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
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

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, 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, 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)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2750
2751
2752
# File 'lib/eBay.rb', line 2750

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2749
2750
2751
# File 'lib/eBay.rb', line 2749

def botBlock
  @botBlock
end

#commentTypeObject

Returns the value of attribute commentType.



2755
2756
2757
# File 'lib/eBay.rb', line 2755

def commentType
  @commentType
end

#detailLevelObject

Returns the value of attribute detailLevel.



2740
2741
2742
# File 'lib/eBay.rb', line 2740

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2744
2745
2746
# File 'lib/eBay.rb', line 2744

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2745
2746
2747
# File 'lib/eBay.rb', line 2745

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2741
2742
2743
# File 'lib/eBay.rb', line 2741

def errorLanguage
  @errorLanguage
end

#feedbackIDObject

Returns the value of attribute feedbackID.



2752
2753
2754
# File 'lib/eBay.rb', line 2752

def feedbackID
  @feedbackID
end

#feedbackTypeObject

Returns the value of attribute feedbackType.



2756
2757
2758
# File 'lib/eBay.rb', line 2756

def feedbackType
  @feedbackType
end

#invocationIDObject

Returns the value of attribute invocationID.



2746
2747
2748
# File 'lib/eBay.rb', line 2746

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



2753
2754
2755
# File 'lib/eBay.rb', line 2753

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



2742
2743
2744
# File 'lib/eBay.rb', line 2742

def messageID
  @messageID
end

#orderLineItemIDObject

Returns the value of attribute orderLineItemID.



2758
2759
2760
# File 'lib/eBay.rb', line 2758

def orderLineItemID
  @orderLineItemID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2747
2748
2749
# File 'lib/eBay.rb', line 2747

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



2757
2758
2759
# File 'lib/eBay.rb', line 2757

def pagination
  @pagination
end

#transactionIDObject

Returns the value of attribute transactionID.



2754
2755
2756
# File 'lib/eBay.rb', line 2754

def transactionID
  @transactionID
end

#userIDObject

Returns the value of attribute userID.



2751
2752
2753
# File 'lib/eBay.rb', line 2751

def userID
  @userID
end

#versionObject

Returns the value of attribute version.



2743
2744
2745
# File 'lib/eBay.rb', line 2743

def version
  @version
end

#warningLevelObject

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