Class: FeedbackDetailType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsFeedbackDetailType

commentingUser - (any)
commentingUserScore - SOAP::SOAPInt
commentText - SOAP::SOAPString
commentTime - SOAP::SOAPDateTime
commentType - CommentTypeCodeType
feedbackResponse - SOAP::SOAPString
followup - SOAP::SOAPString
itemID - (any)
role - TradingRoleCodeType
itemTitle - SOAP::SOAPString
itemPrice - AmountType
feedbackID - SOAP::SOAPString
transactionID - SOAP::SOAPString
commentReplaced - SOAP::SOAPBoolean
responseReplaced - SOAP::SOAPBoolean
followUpReplaced - SOAP::SOAPBoolean
countable - SOAP::SOAPBoolean

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, countable = nil) ⇒ FeedbackDetailType

Returns a new instance of FeedbackDetailType.



19547
19548
19549
19550
19551
19552
19553
19554
19555
19556
19557
19558
19559
19560
19561
19562
19563
19564
19565
19566
# File 'lib/eBay.rb', line 19547

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, countable = 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
  @countable = countable
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19541
19542
19543
# File 'lib/eBay.rb', line 19541

def __xmlele_any
  @__xmlele_any
end

#commentingUserObject

Returns the value of attribute commentingUser.



19524
19525
19526
# File 'lib/eBay.rb', line 19524

def commentingUser
  @commentingUser
end

#commentingUserScoreObject

Returns the value of attribute commentingUserScore.



19525
19526
19527
# File 'lib/eBay.rb', line 19525

def commentingUserScore
  @commentingUserScore
end

#commentReplacedObject

Returns the value of attribute commentReplaced.



19537
19538
19539
# File 'lib/eBay.rb', line 19537

def commentReplaced
  @commentReplaced
end

#commentTextObject

Returns the value of attribute commentText.



19526
19527
19528
# File 'lib/eBay.rb', line 19526

def commentText
  @commentText
end

#commentTimeObject

Returns the value of attribute commentTime.



19527
19528
19529
# File 'lib/eBay.rb', line 19527

def commentTime
  @commentTime
end

#commentTypeObject

Returns the value of attribute commentType.



19528
19529
19530
# File 'lib/eBay.rb', line 19528

def commentType
  @commentType
end

#countableObject

Returns the value of attribute countable.



19540
19541
19542
# File 'lib/eBay.rb', line 19540

def countable
  @countable
end

#feedbackIDObject

Returns the value of attribute feedbackID.



19535
19536
19537
# File 'lib/eBay.rb', line 19535

def feedbackID
  @feedbackID
end

#feedbackResponseObject

Returns the value of attribute feedbackResponse.



19529
19530
19531
# File 'lib/eBay.rb', line 19529

def feedbackResponse
  @feedbackResponse
end

#followupObject

Returns the value of attribute followup.



19530
19531
19532
# File 'lib/eBay.rb', line 19530

def followup
  @followup
end

#followUpReplacedObject

Returns the value of attribute followUpReplaced.



19539
19540
19541
# File 'lib/eBay.rb', line 19539

def followUpReplaced
  @followUpReplaced
end

#itemIDObject

Returns the value of attribute itemID.



19531
19532
19533
# File 'lib/eBay.rb', line 19531

def itemID
  @itemID
end

#itemPriceObject

Returns the value of attribute itemPrice.



19534
19535
19536
# File 'lib/eBay.rb', line 19534

def itemPrice
  @itemPrice
end

#itemTitleObject

Returns the value of attribute itemTitle.



19533
19534
19535
# File 'lib/eBay.rb', line 19533

def itemTitle
  @itemTitle
end

#responseReplacedObject

Returns the value of attribute responseReplaced.



19538
19539
19540
# File 'lib/eBay.rb', line 19538

def responseReplaced
  @responseReplaced
end

#roleObject

Returns the value of attribute role.



19532
19533
19534
# File 'lib/eBay.rb', line 19532

def role
  @role
end

#transactionIDObject

Returns the value of attribute transactionID.



19536
19537
19538
# File 'lib/eBay.rb', line 19536

def transactionID
  @transactionID
end

Instance Method Details

#set_any(elements) ⇒ Object



19543
19544
19545
# File 'lib/eBay.rb', line 19543

def set_any(elements)
  @__xmlele_any = elements
end