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.



15684
15685
15686
15687
15688
15689
15690
15691
15692
15693
15694
15695
15696
15697
15698
15699
15700
15701
15702
# File 'lib/eBay.rb', line 15684

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.



15678
15679
15680
# File 'lib/eBay.rb', line 15678

def __xmlele_any
  @__xmlele_any
end

#commentingUserObject

Returns the value of attribute commentingUser.



15662
15663
15664
# File 'lib/eBay.rb', line 15662

def commentingUser
  @commentingUser
end

#commentingUserScoreObject

Returns the value of attribute commentingUserScore.



15663
15664
15665
# File 'lib/eBay.rb', line 15663

def commentingUserScore
  @commentingUserScore
end

#commentReplacedObject

Returns the value of attribute commentReplaced.



15675
15676
15677
# File 'lib/eBay.rb', line 15675

def commentReplaced
  @commentReplaced
end

#commentTextObject

Returns the value of attribute commentText.



15664
15665
15666
# File 'lib/eBay.rb', line 15664

def commentText
  @commentText
end

#commentTimeObject

Returns the value of attribute commentTime.



15665
15666
15667
# File 'lib/eBay.rb', line 15665

def commentTime
  @commentTime
end

#commentTypeObject

Returns the value of attribute commentType.



15666
15667
15668
# File 'lib/eBay.rb', line 15666

def commentType
  @commentType
end

#feedbackIDObject

Returns the value of attribute feedbackID.



15673
15674
15675
# File 'lib/eBay.rb', line 15673

def feedbackID
  @feedbackID
end

#feedbackResponseObject

Returns the value of attribute feedbackResponse.



15667
15668
15669
# File 'lib/eBay.rb', line 15667

def feedbackResponse
  @feedbackResponse
end

#followupObject

Returns the value of attribute followup.



15668
15669
15670
# File 'lib/eBay.rb', line 15668

def followup
  @followup
end

#followUpReplacedObject

Returns the value of attribute followUpReplaced.



15677
15678
15679
# File 'lib/eBay.rb', line 15677

def followUpReplaced
  @followUpReplaced
end

#itemIDObject

Returns the value of attribute itemID.



15669
15670
15671
# File 'lib/eBay.rb', line 15669

def itemID
  @itemID
end

#itemPriceObject

Returns the value of attribute itemPrice.



15672
15673
15674
# File 'lib/eBay.rb', line 15672

def itemPrice
  @itemPrice
end

#itemTitleObject

Returns the value of attribute itemTitle.



15671
15672
15673
# File 'lib/eBay.rb', line 15671

def itemTitle
  @itemTitle
end

#responseReplacedObject

Returns the value of attribute responseReplaced.



15676
15677
15678
# File 'lib/eBay.rb', line 15676

def responseReplaced
  @responseReplaced
end

#roleObject

Returns the value of attribute role.



15670
15671
15672
# File 'lib/eBay.rb', line 15670

def role
  @role
end

#transactionIDObject

Returns the value of attribute transactionID.



15674
15675
15676
# File 'lib/eBay.rb', line 15674

def transactionID
  @transactionID
end

Instance Method Details

#set_any(elements) ⇒ Object



15680
15681
15682
# File 'lib/eBay.rb', line 15680

def set_any(elements)
  @__xmlele_any = elements
end