Class: EBay::DeleteMyMessagesRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsDeleteMyMessagesRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - 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
messageIDs - EBay::MyMessagesMessageIDArrayType

Instance Attribute Summary collapse

Instance Method Summary collapse

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, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, alertIDs = nil, messageIDs = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @alertIDs = alertIDs
  @messageIDs = messageIDs
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1068
1069
1070
# File 'lib/eBay.rb', line 1068

def __xmlele_any
  @__xmlele_any
end

#alertIDsObject

Returns the value of attribute alertIDs.



1069
1070
1071
# File 'lib/eBay.rb', line 1069

def alertIDs
  @alertIDs
end

#botBlockObject

Returns the value of attribute botBlock.



1067
1068
1069
# File 'lib/eBay.rb', line 1067

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



1058
1059
1060
# File 'lib/eBay.rb', line 1058

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



1062
1063
1064
# File 'lib/eBay.rb', line 1062

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1063
1064
1065
# File 'lib/eBay.rb', line 1063

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1059
1060
1061
# File 'lib/eBay.rb', line 1059

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1064
1065
1066
# File 'lib/eBay.rb', line 1064

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1060
1061
1062
# File 'lib/eBay.rb', line 1060

def messageID
  @messageID
end

#messageIDsObject

Returns the value of attribute messageIDs.



1070
1071
1072
# File 'lib/eBay.rb', line 1070

def messageIDs
  @messageIDs
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1065
1066
1067
# File 'lib/eBay.rb', line 1065

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



1061
1062
1063
# File 'lib/eBay.rb', line 1061

def version
  @version
end

#warningLevelObject

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