Class: EBay::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 - EBay::CommentTypeCodeType
feedbackResponse - SOAP::SOAPString
followup - SOAP::SOAPString
itemID - (any)
role - EBay::TradingRoleCodeType
itemTitle - SOAP::SOAPString
itemPrice - EBay::AmountType
feedbackID - SOAP::SOAPString
transactionID - SOAP::SOAPString
commentReplaced - SOAP::SOAPBoolean
responseReplaced - SOAP::SOAPBoolean
followUpReplaced - SOAP::SOAPBoolean
countable - SOAP::SOAPBoolean
feedbackRevised - SOAP::SOAPBoolean
orderLineItemID - SOAP::SOAPString

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

Returns a new instance of FeedbackDetailType.



24524
24525
24526
24527
24528
24529
24530
24531
24532
24533
24534
24535
24536
24537
24538
24539
24540
24541
24542
24543
24544
24545
# File 'lib/eBay.rb', line 24524

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



24518
24519
24520
# File 'lib/eBay.rb', line 24518

def __xmlele_any
  @__xmlele_any
end

#commentingUserObject

Returns the value of attribute commentingUser.



24499
24500
24501
# File 'lib/eBay.rb', line 24499

def commentingUser
  @commentingUser
end

#commentingUserScoreObject

Returns the value of attribute commentingUserScore.



24500
24501
24502
# File 'lib/eBay.rb', line 24500

def commentingUserScore
  @commentingUserScore
end

#commentReplacedObject

Returns the value of attribute commentReplaced.



24512
24513
24514
# File 'lib/eBay.rb', line 24512

def commentReplaced
  @commentReplaced
end

#commentTextObject

Returns the value of attribute commentText.



24501
24502
24503
# File 'lib/eBay.rb', line 24501

def commentText
  @commentText
end

#commentTimeObject

Returns the value of attribute commentTime.



24502
24503
24504
# File 'lib/eBay.rb', line 24502

def commentTime
  @commentTime
end

#commentTypeObject

Returns the value of attribute commentType.



24503
24504
24505
# File 'lib/eBay.rb', line 24503

def commentType
  @commentType
end

#countableObject

Returns the value of attribute countable.



24515
24516
24517
# File 'lib/eBay.rb', line 24515

def countable
  @countable
end

#feedbackIDObject

Returns the value of attribute feedbackID.



24510
24511
24512
# File 'lib/eBay.rb', line 24510

def feedbackID
  @feedbackID
end

#feedbackResponseObject

Returns the value of attribute feedbackResponse.



24504
24505
24506
# File 'lib/eBay.rb', line 24504

def feedbackResponse
  @feedbackResponse
end

#feedbackRevisedObject

Returns the value of attribute feedbackRevised.



24516
24517
24518
# File 'lib/eBay.rb', line 24516

def feedbackRevised
  @feedbackRevised
end

#followupObject

Returns the value of attribute followup.



24505
24506
24507
# File 'lib/eBay.rb', line 24505

def followup
  @followup
end

#followUpReplacedObject

Returns the value of attribute followUpReplaced.



24514
24515
24516
# File 'lib/eBay.rb', line 24514

def followUpReplaced
  @followUpReplaced
end

#itemIDObject

Returns the value of attribute itemID.



24506
24507
24508
# File 'lib/eBay.rb', line 24506

def itemID
  @itemID
end

#itemPriceObject

Returns the value of attribute itemPrice.



24509
24510
24511
# File 'lib/eBay.rb', line 24509

def itemPrice
  @itemPrice
end

#itemTitleObject

Returns the value of attribute itemTitle.



24508
24509
24510
# File 'lib/eBay.rb', line 24508

def itemTitle
  @itemTitle
end

#orderLineItemIDObject

Returns the value of attribute orderLineItemID.



24517
24518
24519
# File 'lib/eBay.rb', line 24517

def orderLineItemID
  @orderLineItemID
end

#responseReplacedObject

Returns the value of attribute responseReplaced.



24513
24514
24515
# File 'lib/eBay.rb', line 24513

def responseReplaced
  @responseReplaced
end

#roleObject

Returns the value of attribute role.



24507
24508
24509
# File 'lib/eBay.rb', line 24507

def role
  @role
end

#transactionIDObject

Returns the value of attribute transactionID.



24511
24512
24513
# File 'lib/eBay.rb', line 24511

def transactionID
  @transactionID
end

Instance Method Details

#set_any(elements) ⇒ Object



24520
24521
24522
# File 'lib/eBay.rb', line 24520

def set_any(elements)
  @__xmlele_any = elements
end