Class: RespondToFeedbackRequestType
- Inherits:
-
Object
- Object
- RespondToFeedbackRequestType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#feedbackID ⇒ Object
Returns the value of attribute feedbackID.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#responseText ⇒ Object
Returns the value of attribute responseText.
-
#responseType ⇒ Object
Returns the value of attribute responseType.
-
#targetUserID ⇒ Object
Returns the value of attribute targetUserID.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#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
constructor
A new instance of RespondToFeedbackRequestType.
- #set_any(elements) ⇒ Object
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, = 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 = @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
11523 11524 11525 |
# File 'lib/eBay.rb', line 11523 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
11516 11517 11518 |
# File 'lib/eBay.rb', line 11516 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
11520 11521 11522 |
# File 'lib/eBay.rb', line 11520 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
11517 11518 11519 |
# File 'lib/eBay.rb', line 11517 def errorLanguage @errorLanguage end |
#feedbackID ⇒ Object
Returns the value of attribute feedbackID.
11524 11525 11526 |
# File 'lib/eBay.rb', line 11524 def feedbackID @feedbackID end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
11521 11522 11523 |
# File 'lib/eBay.rb', line 11521 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
11525 11526 11527 |
# File 'lib/eBay.rb', line 11525 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
11518 11519 11520 |
# File 'lib/eBay.rb', line 11518 def @messageID end |
#responseText ⇒ Object
Returns the value of attribute responseText.
11529 11530 11531 |
# File 'lib/eBay.rb', line 11529 def responseText @responseText end |
#responseType ⇒ Object
Returns the value of attribute responseType.
11528 11529 11530 |
# File 'lib/eBay.rb', line 11528 def responseType @responseType end |
#targetUserID ⇒ Object
Returns the value of attribute targetUserID.
11527 11528 11529 |
# File 'lib/eBay.rb', line 11527 def targetUserID @targetUserID end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
11526 11527 11528 |
# File 'lib/eBay.rb', line 11526 def transactionID @transactionID end |
#version ⇒ Object
Returns the value of attribute version.
11519 11520 11521 |
# File 'lib/eBay.rb', line 11519 def version @version end |
#warningLevel ⇒ Object
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 |