Class: EBay::RespondToFeedbackRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsRespondToFeedbackRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
feedbackID - SOAP::SOAPString
itemID - (any)
transactionID - SOAP::SOAPString
targetUserID - (any)
responseType - EBay::FeedbackResponseCodeType
responseText - SOAP::SOAPString
orderLineItemID - SOAP::SOAPString

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, feedbackID = nil, itemID = nil, transactionID = nil, targetUserID = nil, responseType = nil, responseText = nil, orderLineItemID = nil) ⇒ RespondToFeedbackRequestType

Returns a new instance of RespondToFeedbackRequestType.



6566
6567
6568
6569
6570
6571
6572
6573
6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
# File 'lib/eBay.rb', line 6566

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, feedbackID = nil, itemID = nil, transactionID = nil, targetUserID = nil, responseType = nil, responseText = nil, orderLineItemID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @feedbackID = feedbackID
  @itemID = itemID
  @transactionID = transactionID
  @targetUserID = targetUserID
  @responseType = responseType
  @responseText = responseText
  @orderLineItemID = orderLineItemID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6553
6554
6555
# File 'lib/eBay.rb', line 6553

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



6552
6553
6554
# File 'lib/eBay.rb', line 6552

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



6543
6544
6545
# File 'lib/eBay.rb', line 6543

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



6547
6548
6549
# File 'lib/eBay.rb', line 6547

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6548
6549
6550
# File 'lib/eBay.rb', line 6548

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6544
6545
6546
# File 'lib/eBay.rb', line 6544

def errorLanguage
  @errorLanguage
end

#feedbackIDObject

Returns the value of attribute feedbackID.



6554
6555
6556
# File 'lib/eBay.rb', line 6554

def feedbackID
  @feedbackID
end

#invocationIDObject

Returns the value of attribute invocationID.



6549
6550
6551
# File 'lib/eBay.rb', line 6549

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



6555
6556
6557
# File 'lib/eBay.rb', line 6555

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



6545
6546
6547
# File 'lib/eBay.rb', line 6545

def messageID
  @messageID
end

#orderLineItemIDObject

Returns the value of attribute orderLineItemID.



6560
6561
6562
# File 'lib/eBay.rb', line 6560

def orderLineItemID
  @orderLineItemID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6550
6551
6552
# File 'lib/eBay.rb', line 6550

def outputSelector
  @outputSelector
end

#responseTextObject

Returns the value of attribute responseText.



6559
6560
6561
# File 'lib/eBay.rb', line 6559

def responseText
  @responseText
end

#responseTypeObject

Returns the value of attribute responseType.



6558
6559
6560
# File 'lib/eBay.rb', line 6558

def responseType
  @responseType
end

#targetUserIDObject

Returns the value of attribute targetUserID.



6557
6558
6559
# File 'lib/eBay.rb', line 6557

def targetUserID
  @targetUserID
end

#transactionIDObject

Returns the value of attribute transactionID.



6556
6557
6558
# File 'lib/eBay.rb', line 6556

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



6546
6547
6548
# File 'lib/eBay.rb', line 6546

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6551
6552
6553
# File 'lib/eBay.rb', line 6551

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6562
6563
6564
# File 'lib/eBay.rb', line 6562

def set_any(elements)
  @__xmlele_any = elements
end