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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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, feedbackID = nil, itemID = nil, transactionID = nil, targetUserID = nil, responseType = nil, responseText = nil) ⇒ RespondToFeedbackRequestType

Returns a new instance of RespondToFeedbackRequestType.



9236
9237
9238
9239
9240
9241
9242
9243
9244
9245
9246
9247
9248
9249
9250
# File 'lib/eBay.rb', line 9236

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = 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
  @__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.



9224
9225
9226
# File 'lib/eBay.rb', line 9224

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



9218
9219
9220
# File 'lib/eBay.rb', line 9218

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



9222
9223
9224
# File 'lib/eBay.rb', line 9222

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



9219
9220
9221
# File 'lib/eBay.rb', line 9219

def errorLanguage
  @errorLanguage
end

#feedbackIDObject

Returns the value of attribute feedbackID.



9225
9226
9227
# File 'lib/eBay.rb', line 9225

def feedbackID
  @feedbackID
end

#invocationIDObject

Returns the value of attribute invocationID.



9223
9224
9225
# File 'lib/eBay.rb', line 9223

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



9226
9227
9228
# File 'lib/eBay.rb', line 9226

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



9220
9221
9222
# File 'lib/eBay.rb', line 9220

def messageID
  @messageID
end

#responseTextObject

Returns the value of attribute responseText.



9230
9231
9232
# File 'lib/eBay.rb', line 9230

def responseText
  @responseText
end

#responseTypeObject

Returns the value of attribute responseType.



9229
9230
9231
# File 'lib/eBay.rb', line 9229

def responseType
  @responseType
end

#targetUserIDObject

Returns the value of attribute targetUserID.



9228
9229
9230
# File 'lib/eBay.rb', line 9228

def targetUserID
  @targetUserID
end

#transactionIDObject

Returns the value of attribute transactionID.



9227
9228
9229
# File 'lib/eBay.rb', line 9227

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



9221
9222
9223
# File 'lib/eBay.rb', line 9221

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9232
9233
9234
# File 'lib/eBay.rb', line 9232

def set_any(elements)
  @__xmlele_any = elements
end