Class: FeedbackInfoType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(commentText = nil, commentType = nil, targetUser = nil) ⇒ FeedbackInfoType

Returns a new instance of FeedbackInfoType.



13866
13867
13868
13869
13870
13871
# File 'lib/eBay.rb', line 13866

def initialize(commentText = nil, commentType = nil, targetUser = nil)
  @commentText = commentText
  @commentType = commentType
  @targetUser = targetUser
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13860
13861
13862
# File 'lib/eBay.rb', line 13860

def __xmlele_any
  @__xmlele_any
end

#commentTextObject

Returns the value of attribute commentText.



13857
13858
13859
# File 'lib/eBay.rb', line 13857

def commentText
  @commentText
end

#commentTypeObject

Returns the value of attribute commentType.



13858
13859
13860
# File 'lib/eBay.rb', line 13858

def commentType
  @commentType
end

#targetUserObject

Returns the value of attribute targetUser.



13859
13860
13861
# File 'lib/eBay.rb', line 13859

def targetUser
  @targetUser
end

Instance Method Details

#set_any(elements) ⇒ Object



13862
13863
13864
# File 'lib/eBay.rb', line 13862

def set_any(elements)
  @__xmlele_any = elements
end