Class: FeedbackInfoType
- Inherits:
-
Object
- Object
- FeedbackInfoType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsFeedbackInfoType
Constant Summary collapse
- @@schema_type =
"FeedbackInfoType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["commentText", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CommentText")]], ["commentType", ["CommentTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CommentType")]], ["targetUser", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TargetUser")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
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.
17839 17840 17841 17842 17843 17844 |
# File 'lib/eBay.rb', line 17839 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.
17833 17834 17835 |
# File 'lib/eBay.rb', line 17833 def __xmlele_any @__xmlele_any end |
#commentText ⇒ Object
Returns the value of attribute commentText.
17830 17831 17832 |
# File 'lib/eBay.rb', line 17830 def commentText @commentText end |
#commentType ⇒ Object
Returns the value of attribute commentType.
17831 17832 17833 |
# File 'lib/eBay.rb', line 17831 def commentType @commentType end |
#targetUser ⇒ Object
Returns the value of attribute targetUser.
17832 17833 17834 |
# File 'lib/eBay.rb', line 17832 def targetUser @targetUser end |
Instance Method Details
#set_any(elements) ⇒ Object
17835 17836 17837 |
# File 'lib/eBay.rb', line 17835 def set_any(elements) @__xmlele_any = elements end |