Class: LeaveFeedbackRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsLeaveFeedbackRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
itemID - (any)
commentText - SOAP::SOAPString
commentType - CommentTypeCodeType
transactionID - SOAP::SOAPString
targetUser - (any)
sellerItemRatingDetailArray - ItemRatingDetailArrayType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, commentText = nil, commentType = nil, transactionID = nil, targetUser = nil, sellerItemRatingDetailArray = nil) ⇒ LeaveFeedbackRequestType

Returns a new instance of LeaveFeedbackRequestType.



5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
# File 'lib/eBay.rb', line 5416

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, commentText = nil, commentType = nil, transactionID = nil, targetUser = nil, sellerItemRatingDetailArray = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @itemID = itemID
  @commentText = commentText
  @commentType = commentType
  @transactionID = transactionID
  @targetUser = targetUser
  @sellerItemRatingDetailArray = sellerItemRatingDetailArray
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5404
5405
5406
# File 'lib/eBay.rb', line 5404

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



5403
5404
5405
# File 'lib/eBay.rb', line 5403

def botBlock
  @botBlock
end

#commentTextObject

Returns the value of attribute commentText.



5406
5407
5408
# File 'lib/eBay.rb', line 5406

def commentText
  @commentText
end

#commentTypeObject

Returns the value of attribute commentType.



5407
5408
5409
# File 'lib/eBay.rb', line 5407

def commentType
  @commentType
end

#detailLevelObject

Returns the value of attribute detailLevel.



5394
5395
5396
# File 'lib/eBay.rb', line 5394

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



5398
5399
5400
# File 'lib/eBay.rb', line 5398

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5399
5400
5401
# File 'lib/eBay.rb', line 5399

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5395
5396
5397
# File 'lib/eBay.rb', line 5395

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5400
5401
5402
# File 'lib/eBay.rb', line 5400

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



5405
5406
5407
# File 'lib/eBay.rb', line 5405

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



5396
5397
5398
# File 'lib/eBay.rb', line 5396

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



5401
5402
5403
# File 'lib/eBay.rb', line 5401

def outputSelector
  @outputSelector
end

#sellerItemRatingDetailArrayObject

Returns the value of attribute sellerItemRatingDetailArray.



5410
5411
5412
# File 'lib/eBay.rb', line 5410

def sellerItemRatingDetailArray
  @sellerItemRatingDetailArray
end

#targetUserObject

Returns the value of attribute targetUser.



5409
5410
5411
# File 'lib/eBay.rb', line 5409

def targetUser
  @targetUser
end

#transactionIDObject

Returns the value of attribute transactionID.



5408
5409
5410
# File 'lib/eBay.rb', line 5408

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



5397
5398
5399
# File 'lib/eBay.rb', line 5397

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5402
5403
5404
# File 'lib/eBay.rb', line 5402

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5412
5413
5414
# File 'lib/eBay.rb', line 5412

def set_any(elements)
  @__xmlele_any = elements
end