Class: DeleteMyMessagesRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsDeleteMyMessagesRequestType

Constant Summary collapse

@@schema_type =
"DeleteMyMessagesRequestType"
@@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")]],
  ["alertIDs", ["MyMessagesAlertIDArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AlertIDs")]],
  ["messageIDs", ["MyMessagesMessageIDArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageIDs")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, alertIDs = nil, messageIDs = nil) ⇒ DeleteMyMessagesRequestType

Returns a new instance of DeleteMyMessagesRequestType.



1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
# File 'lib/eBay.rb', line 1242

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, alertIDs = nil, messageIDs = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @alertIDs = alertIDs
  @messageIDs = messageIDs
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1234
1235
1236
# File 'lib/eBay.rb', line 1234

def __xmlele_any
  @__xmlele_any
end

#alertIDsObject

Returns the value of attribute alertIDs.



1235
1236
1237
# File 'lib/eBay.rb', line 1235

def alertIDs
  @alertIDs
end

#detailLevelObject

Returns the value of attribute detailLevel.



1227
1228
1229
# File 'lib/eBay.rb', line 1227

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1231
1232
1233
# File 'lib/eBay.rb', line 1231

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1228
1229
1230
# File 'lib/eBay.rb', line 1228

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1232
1233
1234
# File 'lib/eBay.rb', line 1232

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1229
1230
1231
# File 'lib/eBay.rb', line 1229

def messageID
  @messageID
end

#messageIDsObject

Returns the value of attribute messageIDs.



1236
1237
1238
# File 'lib/eBay.rb', line 1236

def messageIDs
  @messageIDs
end

#versionObject

Returns the value of attribute version.



1230
1231
1232
# File 'lib/eBay.rb', line 1230

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1233
1234
1235
# File 'lib/eBay.rb', line 1233

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1238
1239
1240
# File 'lib/eBay.rb', line 1238

def set_any(elements)
  @__xmlele_any = elements
end