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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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, itemID = nil, commentText = nil, commentType = nil, transactionID = nil, targetUser = nil) ⇒ LeaveFeedbackRequestType

Returns a new instance of LeaveFeedbackRequestType.



8802
8803
8804
8805
8806
8807
8808
8809
8810
8811
8812
8813
8814
8815
# File 'lib/eBay.rb', line 8802

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, itemID = nil, commentText = nil, commentType = nil, transactionID = nil, targetUser = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__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.



8791
8792
8793
# File 'lib/eBay.rb', line 8791

def __xmlele_any
  @__xmlele_any
end

#commentTextObject

Returns the value of attribute commentText.



8793
8794
8795
# File 'lib/eBay.rb', line 8793

def commentText
  @commentText
end

#commentTypeObject

Returns the value of attribute commentType.



8794
8795
8796
# File 'lib/eBay.rb', line 8794

def commentType
  @commentType
end

#detailLevelObject

Returns the value of attribute detailLevel.



8785
8786
8787
# File 'lib/eBay.rb', line 8785

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



8789
8790
8791
# File 'lib/eBay.rb', line 8789

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



8786
8787
8788
# File 'lib/eBay.rb', line 8786

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



8790
8791
8792
# File 'lib/eBay.rb', line 8790

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



8792
8793
8794
# File 'lib/eBay.rb', line 8792

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



8787
8788
8789
# File 'lib/eBay.rb', line 8787

def messageID
  @messageID
end

#targetUserObject

Returns the value of attribute targetUser.



8796
8797
8798
# File 'lib/eBay.rb', line 8796

def targetUser
  @targetUser
end

#transactionIDObject

Returns the value of attribute transactionID.



8795
8796
8797
# File 'lib/eBay.rb', line 8795

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



8788
8789
8790
# File 'lib/eBay.rb', line 8788

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8798
8799
8800
# File 'lib/eBay.rb', line 8798

def set_any(elements)
  @__xmlele_any = elements
end