Class: FeedbackInfoType

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

Overview

urn:ebay:apis:eBLBaseComponentsFeedbackInfoType

commentText - SOAP::SOAPString
commentType - 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.



19583
19584
19585
19586
19587
19588
# File 'lib/eBay.rb', line 19583

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.



19577
19578
19579
# File 'lib/eBay.rb', line 19577

def __xmlele_any
  @__xmlele_any
end

#commentTextObject

Returns the value of attribute commentText.



19574
19575
19576
# File 'lib/eBay.rb', line 19574

def commentText
  @commentText
end

#commentTypeObject

Returns the value of attribute commentType.



19575
19576
19577
# File 'lib/eBay.rb', line 19575

def commentType
  @commentType
end

#targetUserObject

Returns the value of attribute targetUser.



19576
19577
19578
# File 'lib/eBay.rb', line 19576

def targetUser
  @targetUser
end

Instance Method Details

#set_any(elements) ⇒ Object



19579
19580
19581
# File 'lib/eBay.rb', line 19579

def set_any(elements)
  @__xmlele_any = elements
end