Class: FeedbackDetailType

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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17792
17793
17794
# File 'lib/eBay.rb', line 17792

def __xmlele_any
  @__xmlele_any
end

#commentingUserObject

Returns the value of attribute commentingUser.



17776
17777
17778
# File 'lib/eBay.rb', line 17776

def commentingUser
  @commentingUser
end

#commentingUserScoreObject

Returns the value of attribute commentingUserScore.



17777
17778
17779
# File 'lib/eBay.rb', line 17777

def commentingUserScore
  @commentingUserScore
end

#commentReplacedObject

Returns the value of attribute commentReplaced.



17789
17790
17791
# File 'lib/eBay.rb', line 17789

def commentReplaced
  @commentReplaced
end

#commentTextObject

Returns the value of attribute commentText.



17778
17779
17780
# File 'lib/eBay.rb', line 17778

def commentText
  @commentText
end

#commentTimeObject

Returns the value of attribute commentTime.



17779
17780
17781
# File 'lib/eBay.rb', line 17779

def commentTime
  @commentTime
end

#commentTypeObject

Returns the value of attribute commentType.



17780
17781
17782
# File 'lib/eBay.rb', line 17780

def commentType
  @commentType
end

#feedbackIDObject

Returns the value of attribute feedbackID.



17787
17788
17789
# File 'lib/eBay.rb', line 17787

def feedbackID
  @feedbackID
end

#feedbackResponseObject

Returns the value of attribute feedbackResponse.



17781
17782
17783
# File 'lib/eBay.rb', line 17781

def feedbackResponse
  @feedbackResponse
end

#followupObject

Returns the value of attribute followup.



17782
17783
17784
# File 'lib/eBay.rb', line 17782

def followup
  @followup
end

#followUpReplacedObject

Returns the value of attribute followUpReplaced.



17791
17792
17793
# File 'lib/eBay.rb', line 17791

def followUpReplaced
  @followUpReplaced
end

#itemIDObject

Returns the value of attribute itemID.



17783
17784
17785
# File 'lib/eBay.rb', line 17783

def itemID
  @itemID
end

#itemPriceObject

Returns the value of attribute itemPrice.



17786
17787
17788
# File 'lib/eBay.rb', line 17786

def itemPrice
  @itemPrice
end

#itemTitleObject

Returns the value of attribute itemTitle.



17785
17786
17787
# File 'lib/eBay.rb', line 17785

def itemTitle
  @itemTitle
end

#responseReplacedObject

Returns the value of attribute responseReplaced.



17790
17791
17792
# File 'lib/eBay.rb', line 17790

def responseReplaced
  @responseReplaced
end

#roleObject

Returns the value of attribute role.



17784
17785
17786
# File 'lib/eBay.rb', line 17784

def role
  @role
end

#transactionIDObject

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