Class: RespondToFeedbackRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsRespondToFeedbackRequestType

Constant Summary collapse

@@schema_type =
"RespondToFeedbackRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
  ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
  ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
  ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["feedbackID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FeedbackID")]],
  ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]],
  ["transactionID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TransactionID")]],
  ["targetUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TargetUserID")]],
  ["responseType", ["FeedbackResponseCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ResponseType")]],
  ["responseText", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ResponseText")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, feedbackID = nil, itemID = nil, transactionID = nil, targetUserID = nil, responseType = nil, responseText = nil) ⇒ RespondToFeedbackRequestType

Returns a new instance of RespondToFeedbackRequestType.



11535
11536
11537
11538
11539
11540
11541
11542
11543
11544
11545
11546
11547
11548
11549
11550
# File 'lib/eBay.rb', line 11535

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11523
11524
11525
# File 'lib/eBay.rb', line 11523

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



11516
11517
11518
# File 'lib/eBay.rb', line 11516

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



11520
11521
11522
# File 'lib/eBay.rb', line 11520

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



11517
11518
11519
# File 'lib/eBay.rb', line 11517

def errorLanguage
  @errorLanguage
end

#feedbackIDObject

Returns the value of attribute feedbackID.



11524
11525
11526
# File 'lib/eBay.rb', line 11524

def feedbackID
  @feedbackID
end

#invocationIDObject

Returns the value of attribute invocationID.



11521
11522
11523
# File 'lib/eBay.rb', line 11521

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



11525
11526
11527
# File 'lib/eBay.rb', line 11525

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



11518
11519
11520
# File 'lib/eBay.rb', line 11518

def messageID
  @messageID
end

#responseTextObject

Returns the value of attribute responseText.



11529
11530
11531
# File 'lib/eBay.rb', line 11529

def responseText
  @responseText
end

#responseTypeObject

Returns the value of attribute responseType.



11528
11529
11530
# File 'lib/eBay.rb', line 11528

def responseType
  @responseType
end

#targetUserIDObject

Returns the value of attribute targetUserID.



11527
11528
11529
# File 'lib/eBay.rb', line 11527

def targetUserID
  @targetUserID
end

#transactionIDObject

Returns the value of attribute transactionID.



11526
11527
11528
# File 'lib/eBay.rb', line 11526

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



11519
11520
11521
# File 'lib/eBay.rb', line 11519

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



11522
11523
11524
# File 'lib/eBay.rb', line 11522

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



11531
11532
11533
# File 'lib/eBay.rb', line 11531

def set_any(elements)
  @__xmlele_any = elements
end