Class: FeedbackDetailType
- Inherits:
-
Object
- Object
- FeedbackDetailType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsFeedbackDetailType
Constant Summary collapse
- @@schema_type =
"FeedbackDetailType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["commentingUser", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CommentingUser")]], ["commentingUserScore", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CommentingUserScore")]], ["commentText", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CommentText")]], ["commentTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CommentTime")]], ["commentType", ["CommentTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CommentType")]], ["feedbackResponse", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FeedbackResponse")]], ["followup", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Followup")]], ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]], ["role", ["TradingRoleCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Role")]], ["itemTitle", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemTitle")]], ["itemPrice", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemPrice")]], ["feedbackID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FeedbackID")]], ["transactionID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TransactionID")]], ["commentReplaced", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CommentReplaced")]], ["responseReplaced", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ResponseReplaced")]], ["followUpReplaced", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FollowUpReplaced")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#commentingUser ⇒ Object
Returns the value of attribute commentingUser.
-
#commentingUserScore ⇒ Object
Returns the value of attribute commentingUserScore.
-
#commentReplaced ⇒ Object
Returns the value of attribute commentReplaced.
-
#commentText ⇒ Object
Returns the value of attribute commentText.
-
#commentTime ⇒ Object
Returns the value of attribute commentTime.
-
#commentType ⇒ Object
Returns the value of attribute commentType.
-
#feedbackID ⇒ Object
Returns the value of attribute feedbackID.
-
#feedbackResponse ⇒ Object
Returns the value of attribute feedbackResponse.
-
#followup ⇒ Object
Returns the value of attribute followup.
-
#followUpReplaced ⇒ Object
Returns the value of attribute followUpReplaced.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#itemPrice ⇒ Object
Returns the value of attribute itemPrice.
-
#itemTitle ⇒ Object
Returns the value of attribute itemTitle.
-
#responseReplaced ⇒ Object
Returns the value of attribute responseReplaced.
-
#role ⇒ Object
Returns the value of attribute role.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
Instance Method Summary collapse
-
#initialize(commentingUser = nil, commentingUserScore = nil, commentText = nil, commentTime = nil, commentType = nil, feedbackResponse = nil, followup = nil, itemID = nil, role = nil, itemTitle = nil, itemPrice = nil, feedbackID = nil, transactionID = nil, commentReplaced = nil, responseReplaced = nil, followUpReplaced = nil) ⇒ FeedbackDetailType
constructor
A new instance of FeedbackDetailType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(commentingUser = nil, commentingUserScore = nil, commentText = nil, commentTime = nil, commentType = nil, feedbackResponse = nil, followup = nil, itemID = nil, role = nil, itemTitle = nil, itemPrice = nil, feedbackID = nil, transactionID = nil, commentReplaced = nil, responseReplaced = nil, followUpReplaced = nil) ⇒ FeedbackDetailType
Returns a new instance of FeedbackDetailType.
17798 17799 17800 17801 17802 17803 17804 17805 17806 17807 17808 17809 17810 17811 17812 17813 17814 17815 17816 |
# File 'lib/eBay.rb', line 17798 def initialize(commentingUser = nil, commentingUserScore = nil, commentText = nil, commentTime = nil, commentType = nil, feedbackResponse = nil, followup = nil, itemID = nil, role = nil, itemTitle = nil, itemPrice = nil, feedbackID = nil, transactionID = nil, commentReplaced = nil, responseReplaced = nil, followUpReplaced = nil) @commentingUser = commentingUser @commentingUserScore = commentingUserScore @commentText = commentText @commentTime = commentTime @commentType = commentType @feedbackResponse = feedbackResponse @followup = followup @itemID = itemID @role = role @itemTitle = itemTitle @itemPrice = itemPrice @feedbackID = feedbackID @transactionID = transactionID @commentReplaced = commentReplaced @responseReplaced = responseReplaced @followUpReplaced = followUpReplaced @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
17792 17793 17794 |
# File 'lib/eBay.rb', line 17792 def __xmlele_any @__xmlele_any end |
#commentingUser ⇒ Object
Returns the value of attribute commentingUser.
17776 17777 17778 |
# File 'lib/eBay.rb', line 17776 def commentingUser @commentingUser end |
#commentingUserScore ⇒ Object
Returns the value of attribute commentingUserScore.
17777 17778 17779 |
# File 'lib/eBay.rb', line 17777 def commentingUserScore @commentingUserScore end |
#commentReplaced ⇒ Object
Returns the value of attribute commentReplaced.
17789 17790 17791 |
# File 'lib/eBay.rb', line 17789 def commentReplaced @commentReplaced end |
#commentText ⇒ Object
Returns the value of attribute commentText.
17778 17779 17780 |
# File 'lib/eBay.rb', line 17778 def commentText @commentText end |
#commentTime ⇒ Object
Returns the value of attribute commentTime.
17779 17780 17781 |
# File 'lib/eBay.rb', line 17779 def commentTime @commentTime end |
#commentType ⇒ Object
Returns the value of attribute commentType.
17780 17781 17782 |
# File 'lib/eBay.rb', line 17780 def commentType @commentType end |
#feedbackID ⇒ Object
Returns the value of attribute feedbackID.
17787 17788 17789 |
# File 'lib/eBay.rb', line 17787 def feedbackID @feedbackID end |
#feedbackResponse ⇒ Object
Returns the value of attribute feedbackResponse.
17781 17782 17783 |
# File 'lib/eBay.rb', line 17781 def feedbackResponse @feedbackResponse end |
#followup ⇒ Object
Returns the value of attribute followup.
17782 17783 17784 |
# File 'lib/eBay.rb', line 17782 def followup @followup end |
#followUpReplaced ⇒ Object
Returns the value of attribute followUpReplaced.
17791 17792 17793 |
# File 'lib/eBay.rb', line 17791 def followUpReplaced @followUpReplaced end |
#itemID ⇒ Object
Returns the value of attribute itemID.
17783 17784 17785 |
# File 'lib/eBay.rb', line 17783 def itemID @itemID end |
#itemPrice ⇒ Object
Returns the value of attribute itemPrice.
17786 17787 17788 |
# File 'lib/eBay.rb', line 17786 def itemPrice @itemPrice end |
#itemTitle ⇒ Object
Returns the value of attribute itemTitle.
17785 17786 17787 |
# File 'lib/eBay.rb', line 17785 def itemTitle @itemTitle end |
#responseReplaced ⇒ Object
Returns the value of attribute responseReplaced.
17790 17791 17792 |
# File 'lib/eBay.rb', line 17790 def responseReplaced @responseReplaced end |
#role ⇒ Object
Returns the value of attribute role.
17784 17785 17786 |
# File 'lib/eBay.rb', line 17784 def role @role end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
17788 17789 17790 |
# File 'lib/eBay.rb', line 17788 def transactionID @transactionID end |
Instance Method Details
#set_any(elements) ⇒ Object
17794 17795 17796 |
# File 'lib/eBay.rb', line 17794 def set_any(elements) @__xmlele_any = elements end |