Class: EBay::DeleteMyMessagesRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::DeleteMyMessagesRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsDeleteMyMessagesRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
alertIDs - EBay::MyMessagesAlertIDArrayType
- EBay::MyMessagesMessageIDArrayType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#alertIDs ⇒ Object
Returns the value of attribute alertIDs.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#messageIDs ⇒ Object
Returns the value of attribute messageIDs.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#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, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, alertIDs = nil, messageIDs = nil) ⇒ DeleteMyMessagesRequestType
constructor
A new instance of DeleteMyMessagesRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, alertIDs = nil, messageIDs = nil) ⇒ DeleteMyMessagesRequestType
Returns a new instance of DeleteMyMessagesRequestType.
1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 |
# File 'lib/eBay.rb', line 1076 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, alertIDs = nil, = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @alertIDs = alertIDs @messageIDs = end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
1068 1069 1070 |
# File 'lib/eBay.rb', line 1068 def __xmlele_any @__xmlele_any end |
#alertIDs ⇒ Object
Returns the value of attribute alertIDs.
1069 1070 1071 |
# File 'lib/eBay.rb', line 1069 def alertIDs @alertIDs end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
1067 1068 1069 |
# File 'lib/eBay.rb', line 1067 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
1058 1059 1060 |
# File 'lib/eBay.rb', line 1058 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
1062 1063 1064 |
# File 'lib/eBay.rb', line 1062 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
1063 1064 1065 |
# File 'lib/eBay.rb', line 1063 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
1059 1060 1061 |
# File 'lib/eBay.rb', line 1059 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
1064 1065 1066 |
# File 'lib/eBay.rb', line 1064 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
1060 1061 1062 |
# File 'lib/eBay.rb', line 1060 def @messageID end |
#messageIDs ⇒ Object
Returns the value of attribute messageIDs.
1070 1071 1072 |
# File 'lib/eBay.rb', line 1070 def @messageIDs end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
1065 1066 1067 |
# File 'lib/eBay.rb', line 1065 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
1061 1062 1063 |
# File 'lib/eBay.rb', line 1061 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
1066 1067 1068 |
# File 'lib/eBay.rb', line 1066 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
1072 1073 1074 |
# File 'lib/eBay.rb', line 1072 def set_any(elements) @__xmlele_any = elements end |