Class: LeaveFeedbackRequestType
- Inherits:
-
Object
- Object
- LeaveFeedbackRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsLeaveFeedbackRequestType
Constant Summary collapse
- @@schema_type =
"LeaveFeedbackRequestType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]], ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]], ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]], ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]], ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]], ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]], ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]], ["commentText", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CommentText")]], ["commentType", ["CommentTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CommentType")]], ["transactionID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TransactionID")]], ["targetUser", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TargetUser")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#commentText ⇒ Object
Returns the value of attribute commentText.
-
#commentType ⇒ Object
Returns the value of attribute commentType.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#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.
-
#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, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, commentText = nil, commentType = nil, transactionID = nil, targetUser = nil) ⇒ LeaveFeedbackRequestType
constructor
A new instance of LeaveFeedbackRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, commentText = nil, commentType = nil, transactionID = nil, targetUser = nil) ⇒ LeaveFeedbackRequestType
Returns a new instance of LeaveFeedbackRequestType.
10953 10954 10955 10956 10957 10958 10959 10960 10961 10962 10963 10964 10965 10966 10967 |
# File 'lib/eBay.rb', line 10953 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, commentText = nil, commentType = nil, transactionID = nil, targetUser = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @itemID = itemID @commentText = commentText @commentType = commentType @transactionID = transactionID @targetUser = targetUser end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
10942 10943 10944 |
# File 'lib/eBay.rb', line 10942 def __xmlele_any @__xmlele_any end |
#commentText ⇒ Object
Returns the value of attribute commentText.
10944 10945 10946 |
# File 'lib/eBay.rb', line 10944 def commentText @commentText end |
#commentType ⇒ Object
Returns the value of attribute commentType.
10945 10946 10947 |
# File 'lib/eBay.rb', line 10945 def commentType @commentType end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
10935 10936 10937 |
# File 'lib/eBay.rb', line 10935 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
10939 10940 10941 |
# File 'lib/eBay.rb', line 10939 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
10936 10937 10938 |
# File 'lib/eBay.rb', line 10936 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
10940 10941 10942 |
# File 'lib/eBay.rb', line 10940 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
10943 10944 10945 |
# File 'lib/eBay.rb', line 10943 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
10937 10938 10939 |
# File 'lib/eBay.rb', line 10937 def end |
#targetUser ⇒ Object
Returns the value of attribute targetUser.
10947 10948 10949 |
# File 'lib/eBay.rb', line 10947 def targetUser @targetUser end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
10946 10947 10948 |
# File 'lib/eBay.rb', line 10946 def transactionID @transactionID end |
#version ⇒ Object
Returns the value of attribute version.
10938 10939 10940 |
# File 'lib/eBay.rb', line 10938 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
10941 10942 10943 |
# File 'lib/eBay.rb', line 10941 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
10949 10950 10951 |
# File 'lib/eBay.rb', line 10949 def set_any(elements) @__xmlele_any = elements end |