Class: EBay::FeedbackInfoType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsFeedbackInfoType

commentText - SOAP::SOAPString
commentType - EBay::CommentTypeCodeType
targetUser - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



24556
24557
24558
# File 'lib/eBay.rb', line 24556

def __xmlele_any
  @__xmlele_any
end

#commentTextObject

Returns the value of attribute commentText.



24553
24554
24555
# File 'lib/eBay.rb', line 24553

def commentText
  @commentText
end

#commentTypeObject

Returns the value of attribute commentType.



24554
24555
24556
# File 'lib/eBay.rb', line 24554

def commentType
  @commentType
end

#targetUserObject

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