Class: EBay::FeedbackInfoType
- Inherits:
-
Object
- Object
- EBay::FeedbackInfoType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsFeedbackInfoType
commentText - SOAP::SOAPString
commentType - EBay::CommentTypeCodeType
targetUser - (any)
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#commentText ⇒ Object
Returns the value of attribute commentText.
-
#commentType ⇒ Object
Returns the value of attribute commentType.
-
#targetUser ⇒ Object
Returns the value of attribute targetUser.
Instance Method Summary collapse
-
#initialize(commentText = nil, commentType = nil, targetUser = nil) ⇒ FeedbackInfoType
constructor
A new instance of FeedbackInfoType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(commentText = nil, commentType = nil, targetUser = nil) ⇒ FeedbackInfoType
Returns a new instance of FeedbackInfoType.
24562 24563 24564 24565 24566 24567 |
# File 'lib/eBay.rb', line 24562 def initialize(commentText = nil, commentType = nil, targetUser = nil) @commentText = commentText @commentType = commentType @targetUser = targetUser @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
24556 24557 24558 |
# File 'lib/eBay.rb', line 24556 def __xmlele_any @__xmlele_any end |
#commentText ⇒ Object
Returns the value of attribute commentText.
24553 24554 24555 |
# File 'lib/eBay.rb', line 24553 def commentText @commentText end |
#commentType ⇒ Object
Returns the value of attribute commentType.
24554 24555 24556 |
# File 'lib/eBay.rb', line 24554 def commentType @commentType end |
#targetUser ⇒ Object
Returns the value of attribute targetUser.
24555 24556 24557 |
# File 'lib/eBay.rb', line 24555 def targetUser @targetUser end |
Instance Method Details
#set_any(elements) ⇒ Object
24558 24559 24560 |
# File 'lib/eBay.rb', line 24558 def set_any(elements) @__xmlele_any = elements end |