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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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, alertIDs = nil, messageIDs = nil) ⇒ DeleteMyMessagesRequestType

Returns a new instance of DeleteMyMessagesRequestType.



1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
# File 'lib/eBay.rb', line 1079

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



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

def __xmlele_any
  @__xmlele_any
end

#alertIDsObject

Returns the value of attribute alertIDs.



1072
1073
1074
# File 'lib/eBay.rb', line 1072

def alertIDs
  @alertIDs
end

#detailLevelObject

Returns the value of attribute detailLevel.



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

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



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

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



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

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



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

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



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

def messageID
  @messageID
end

#messageIDsObject

Returns the value of attribute messageIDs.



1073
1074
1075
# File 'lib/eBay.rb', line 1073

def messageIDs
  @messageIDs
end

#versionObject

Returns the value of attribute version.



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

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



1075
1076
1077
# File 'lib/eBay.rb', line 1075

def set_any(elements)
  @__xmlele_any = elements
end