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.



13826
13827
13828
13829
13830
13831
13832
13833
13834
13835
13836
13837
13838
13839
13840
13841
13842
13843
13844
# File 'lib/eBay.rb', line 13826

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.



13820
13821
13822
# File 'lib/eBay.rb', line 13820

def __xmlele_any
  @__xmlele_any
end

#commentingUserObject

Returns the value of attribute commentingUser.



13804
13805
13806
# File 'lib/eBay.rb', line 13804

def commentingUser
  @commentingUser
end

#commentingUserScoreObject

Returns the value of attribute commentingUserScore.



13805
13806
13807
# File 'lib/eBay.rb', line 13805

def commentingUserScore
  @commentingUserScore
end

#commentReplacedObject

Returns the value of attribute commentReplaced.



13817
13818
13819
# File 'lib/eBay.rb', line 13817

def commentReplaced
  @commentReplaced
end

#commentTextObject

Returns the value of attribute commentText.



13806
13807
13808
# File 'lib/eBay.rb', line 13806

def commentText
  @commentText
end

#commentTimeObject

Returns the value of attribute commentTime.



13807
13808
13809
# File 'lib/eBay.rb', line 13807

def commentTime
  @commentTime
end

#commentTypeObject

Returns the value of attribute commentType.



13808
13809
13810
# File 'lib/eBay.rb', line 13808

def commentType
  @commentType
end

#feedbackIDObject

Returns the value of attribute feedbackID.



13815
13816
13817
# File 'lib/eBay.rb', line 13815

def feedbackID
  @feedbackID
end

#feedbackResponseObject

Returns the value of attribute feedbackResponse.



13809
13810
13811
# File 'lib/eBay.rb', line 13809

def feedbackResponse
  @feedbackResponse
end

#followupObject

Returns the value of attribute followup.



13810
13811
13812
# File 'lib/eBay.rb', line 13810

def followup
  @followup
end

#followUpReplacedObject

Returns the value of attribute followUpReplaced.



13819
13820
13821
# File 'lib/eBay.rb', line 13819

def followUpReplaced
  @followUpReplaced
end

#itemIDObject

Returns the value of attribute itemID.



13811
13812
13813
# File 'lib/eBay.rb', line 13811

def itemID
  @itemID
end

#itemPriceObject

Returns the value of attribute itemPrice.



13814
13815
13816
# File 'lib/eBay.rb', line 13814

def itemPrice
  @itemPrice
end

#itemTitleObject

Returns the value of attribute itemTitle.



13813
13814
13815
# File 'lib/eBay.rb', line 13813

def itemTitle
  @itemTitle
end

#responseReplacedObject

Returns the value of attribute responseReplaced.



13818
13819
13820
# File 'lib/eBay.rb', line 13818

def responseReplaced
  @responseReplaced
end

#roleObject

Returns the value of attribute role.



13812
13813
13814
# File 'lib/eBay.rb', line 13812

def role
  @role
end

#transactionIDObject

Returns the value of attribute transactionID.



13816
13817
13818
# File 'lib/eBay.rb', line 13816

def transactionID
  @transactionID
end

Instance Method Details

#set_any(elements) ⇒ Object



13822
13823
13824
# File 'lib/eBay.rb', line 13822

def set_any(elements)
  @__xmlele_any = elements
end