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.



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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17833
17834
17835
# File 'lib/eBay.rb', line 17833

def __xmlele_any
  @__xmlele_any
end

#commentTextObject

Returns the value of attribute commentText.



17830
17831
17832
# File 'lib/eBay.rb', line 17830

def commentText
  @commentText
end

#commentTypeObject

Returns the value of attribute commentType.



17831
17832
17833
# File 'lib/eBay.rb', line 17831

def commentType
  @commentType
end

#targetUserObject

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