Class: EBay::FeedbackDetailType
- Inherits:
-
Object
- Object
- EBay::FeedbackDetailType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#commentingUser ⇒ Object
Returns the value of attribute commentingUser.
-
#commentingUserScore ⇒ Object
Returns the value of attribute commentingUserScore.
-
#commentReplaced ⇒ Object
Returns the value of attribute commentReplaced.
-
#commentText ⇒ Object
Returns the value of attribute commentText.
-
#commentTime ⇒ Object
Returns the value of attribute commentTime.
-
#commentType ⇒ Object
Returns the value of attribute commentType.
-
#countable ⇒ Object
Returns the value of attribute countable.
-
#feedbackID ⇒ Object
Returns the value of attribute feedbackID.
-
#feedbackResponse ⇒ Object
Returns the value of attribute feedbackResponse.
-
#feedbackRevised ⇒ Object
Returns the value of attribute feedbackRevised.
-
#followup ⇒ Object
Returns the value of attribute followup.
-
#followUpReplaced ⇒ Object
Returns the value of attribute followUpReplaced.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#itemPrice ⇒ Object
Returns the value of attribute itemPrice.
-
#itemTitle ⇒ Object
Returns the value of attribute itemTitle.
-
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
-
#responseReplaced ⇒ Object
Returns the value of attribute responseReplaced.
-
#role ⇒ Object
Returns the value of attribute role.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
Instance Method Summary collapse
-
#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
constructor
A new instance of FeedbackDetailType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
24518 24519 24520 |
# File 'lib/eBay.rb', line 24518 def __xmlele_any @__xmlele_any end |
#commentingUser ⇒ Object
Returns the value of attribute commentingUser.
24499 24500 24501 |
# File 'lib/eBay.rb', line 24499 def commentingUser @commentingUser end |
#commentingUserScore ⇒ Object
Returns the value of attribute commentingUserScore.
24500 24501 24502 |
# File 'lib/eBay.rb', line 24500 def commentingUserScore @commentingUserScore end |
#commentReplaced ⇒ Object
Returns the value of attribute commentReplaced.
24512 24513 24514 |
# File 'lib/eBay.rb', line 24512 def commentReplaced @commentReplaced end |
#commentText ⇒ Object
Returns the value of attribute commentText.
24501 24502 24503 |
# File 'lib/eBay.rb', line 24501 def commentText @commentText end |
#commentTime ⇒ Object
Returns the value of attribute commentTime.
24502 24503 24504 |
# File 'lib/eBay.rb', line 24502 def commentTime @commentTime end |
#commentType ⇒ Object
Returns the value of attribute commentType.
24503 24504 24505 |
# File 'lib/eBay.rb', line 24503 def commentType @commentType end |
#countable ⇒ Object
Returns the value of attribute countable.
24515 24516 24517 |
# File 'lib/eBay.rb', line 24515 def countable @countable end |
#feedbackID ⇒ Object
Returns the value of attribute feedbackID.
24510 24511 24512 |
# File 'lib/eBay.rb', line 24510 def feedbackID @feedbackID end |
#feedbackResponse ⇒ Object
Returns the value of attribute feedbackResponse.
24504 24505 24506 |
# File 'lib/eBay.rb', line 24504 def feedbackResponse @feedbackResponse end |
#feedbackRevised ⇒ Object
Returns the value of attribute feedbackRevised.
24516 24517 24518 |
# File 'lib/eBay.rb', line 24516 def feedbackRevised @feedbackRevised end |
#followup ⇒ Object
Returns the value of attribute followup.
24505 24506 24507 |
# File 'lib/eBay.rb', line 24505 def followup @followup end |
#followUpReplaced ⇒ Object
Returns the value of attribute followUpReplaced.
24514 24515 24516 |
# File 'lib/eBay.rb', line 24514 def followUpReplaced @followUpReplaced end |
#itemID ⇒ Object
Returns the value of attribute itemID.
24506 24507 24508 |
# File 'lib/eBay.rb', line 24506 def itemID @itemID end |
#itemPrice ⇒ Object
Returns the value of attribute itemPrice.
24509 24510 24511 |
# File 'lib/eBay.rb', line 24509 def itemPrice @itemPrice end |
#itemTitle ⇒ Object
Returns the value of attribute itemTitle.
24508 24509 24510 |
# File 'lib/eBay.rb', line 24508 def itemTitle @itemTitle end |
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
24517 24518 24519 |
# File 'lib/eBay.rb', line 24517 def orderLineItemID @orderLineItemID end |
#responseReplaced ⇒ Object
Returns the value of attribute responseReplaced.
24513 24514 24515 |
# File 'lib/eBay.rb', line 24513 def responseReplaced @responseReplaced end |
#role ⇒ Object
Returns the value of attribute role.
24507 24508 24509 |
# File 'lib/eBay.rb', line 24507 def role @role end |
#transactionID ⇒ Object
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 |