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.



9707
9708
9709
9710
9711
9712
9713
9714
9715
9716
9717
9718
9719
9720
9721
# File 'lib/eBay.rb', line 9707

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.



9696
9697
9698
# File 'lib/eBay.rb', line 9696

def __xmlele_any
  @__xmlele_any
end

#commentTextObject

Returns the value of attribute commentText.



9698
9699
9700
# File 'lib/eBay.rb', line 9698

def commentText
  @commentText
end

#commentTypeObject

Returns the value of attribute commentType.



9699
9700
9701
# File 'lib/eBay.rb', line 9699

def commentType
  @commentType
end

#detailLevelObject

Returns the value of attribute detailLevel.



9689
9690
9691
# File 'lib/eBay.rb', line 9689

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



9693
9694
9695
# File 'lib/eBay.rb', line 9693

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



9690
9691
9692
# File 'lib/eBay.rb', line 9690

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



9694
9695
9696
# File 'lib/eBay.rb', line 9694

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



9697
9698
9699
# File 'lib/eBay.rb', line 9697

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



9691
9692
9693
# File 'lib/eBay.rb', line 9691

def messageID
  @messageID
end

#targetUserObject

Returns the value of attribute targetUser.



9701
9702
9703
# File 'lib/eBay.rb', line 9701

def targetUser
  @targetUser
end

#transactionIDObject

Returns the value of attribute transactionID.



9700
9701
9702
# File 'lib/eBay.rb', line 9700

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



9692
9693
9694
# File 'lib/eBay.rb', line 9692

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



9695
9696
9697
# File 'lib/eBay.rb', line 9695

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



9703
9704
9705
# File 'lib/eBay.rb', line 9703

def set_any(elements)
  @__xmlele_any = elements
end