Class: LeaveFeedbackRequestType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, commentText = nil, commentType = nil, transactionID = nil, targetUser = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10942
10943
10944
# File 'lib/eBay.rb', line 10942

def __xmlele_any
  @__xmlele_any
end

#commentTextObject

Returns the value of attribute commentText.



10944
10945
10946
# File 'lib/eBay.rb', line 10944

def commentText
  @commentText
end

#commentTypeObject

Returns the value of attribute commentType.



10945
10946
10947
# File 'lib/eBay.rb', line 10945

def commentType
  @commentType
end

#detailLevelObject

Returns the value of attribute detailLevel.



10935
10936
10937
# File 'lib/eBay.rb', line 10935

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



10939
10940
10941
# File 'lib/eBay.rb', line 10939

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



10936
10937
10938
# File 'lib/eBay.rb', line 10936

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



10940
10941
10942
# File 'lib/eBay.rb', line 10940

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



10943
10944
10945
# File 'lib/eBay.rb', line 10943

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



10937
10938
10939
# File 'lib/eBay.rb', line 10937

def messageID
  @messageID
end

#targetUserObject

Returns the value of attribute targetUser.



10947
10948
10949
# File 'lib/eBay.rb', line 10947

def targetUser
  @targetUser
end

#transactionIDObject

Returns the value of attribute transactionID.



10946
10947
10948
# File 'lib/eBay.rb', line 10946

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



10938
10939
10940
# File 'lib/eBay.rb', line 10938

def version
  @version
end

#warningLevelObject

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