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.



10274
10275
10276
10277
10278
10279
10280
10281
10282
10283
10284
10285
10286
10287
10288
10289
# File 'lib/eBay.rb', line 10274

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.



10262
10263
10264
# File 'lib/eBay.rb', line 10262

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



10255
10256
10257
# File 'lib/eBay.rb', line 10255

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



10259
10260
10261
# File 'lib/eBay.rb', line 10259

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



10256
10257
10258
# File 'lib/eBay.rb', line 10256

def errorLanguage
  @errorLanguage
end

#feedbackIDObject

Returns the value of attribute feedbackID.



10263
10264
10265
# File 'lib/eBay.rb', line 10263

def feedbackID
  @feedbackID
end

#invocationIDObject

Returns the value of attribute invocationID.



10260
10261
10262
# File 'lib/eBay.rb', line 10260

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



10264
10265
10266
# File 'lib/eBay.rb', line 10264

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



10257
10258
10259
# File 'lib/eBay.rb', line 10257

def messageID
  @messageID
end

#responseTextObject

Returns the value of attribute responseText.



10268
10269
10270
# File 'lib/eBay.rb', line 10268

def responseText
  @responseText
end

#responseTypeObject

Returns the value of attribute responseType.



10267
10268
10269
# File 'lib/eBay.rb', line 10267

def responseType
  @responseType
end

#targetUserIDObject

Returns the value of attribute targetUserID.



10266
10267
10268
# File 'lib/eBay.rb', line 10266

def targetUserID
  @targetUserID
end

#transactionIDObject

Returns the value of attribute transactionID.



10265
10266
10267
# File 'lib/eBay.rb', line 10265

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



10258
10259
10260
# File 'lib/eBay.rb', line 10258

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



10261
10262
10263
# File 'lib/eBay.rb', line 10261

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



10270
10271
10272
# File 'lib/eBay.rb', line 10270

def set_any(elements)
  @__xmlele_any = elements
end