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.



15725
15726
15727
15728
15729
15730
# File 'lib/eBay.rb', line 15725

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.



15719
15720
15721
# File 'lib/eBay.rb', line 15719

def __xmlele_any
  @__xmlele_any
end

#commentTextObject

Returns the value of attribute commentText.



15716
15717
15718
# File 'lib/eBay.rb', line 15716

def commentText
  @commentText
end

#commentTypeObject

Returns the value of attribute commentType.



15717
15718
15719
# File 'lib/eBay.rb', line 15717

def commentType
  @commentType
end

#targetUserObject

Returns the value of attribute targetUser.



15718
15719
15720
# File 'lib/eBay.rb', line 15718

def targetUser
  @targetUser
end

Instance Method Details

#set_any(elements) ⇒ Object



15721
15722
15723
# File 'lib/eBay.rb', line 15721

def set_any(elements)
  @__xmlele_any = elements
end