Class: ReviseMyMessagesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsReviseMyMessagesRequestType

Constant Summary collapse

@@schema_type =
"ReviseMyMessagesRequestType"
@@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")]],
  ["messageIDs", ["MyMessagesMessageIDArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageIDs")]],
  ["alertIDs", ["MyMessagesAlertIDArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AlertIDs")]],
  ["read", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Read")]],
  ["flagged", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Flagged")]],
  ["folderID", ["SOAP::SOAPLong", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FolderID")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, messageIDs = nil, alertIDs = nil, read = nil, flagged = nil, folderID = nil) ⇒ ReviseMyMessagesRequestType

Returns a new instance of ReviseMyMessagesRequestType.



12155
12156
12157
12158
12159
12160
12161
12162
12163
12164
12165
12166
12167
12168
12169
# File 'lib/eBay.rb', line 12155

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12144
12145
12146
# File 'lib/eBay.rb', line 12144

def __xmlele_any
  @__xmlele_any
end

#alertIDsObject

Returns the value of attribute alertIDs.



12146
12147
12148
# File 'lib/eBay.rb', line 12146

def alertIDs
  @alertIDs
end

#detailLevelObject

Returns the value of attribute detailLevel.



12137
12138
12139
# File 'lib/eBay.rb', line 12137

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



12141
12142
12143
# File 'lib/eBay.rb', line 12141

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



12138
12139
12140
# File 'lib/eBay.rb', line 12138

def errorLanguage
  @errorLanguage
end

#flaggedObject

Returns the value of attribute flagged.



12148
12149
12150
# File 'lib/eBay.rb', line 12148

def flagged
  @flagged
end

#folderIDObject

Returns the value of attribute folderID.



12149
12150
12151
# File 'lib/eBay.rb', line 12149

def folderID
  @folderID
end

#invocationIDObject

Returns the value of attribute invocationID.



12142
12143
12144
# File 'lib/eBay.rb', line 12142

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



12139
12140
12141
# File 'lib/eBay.rb', line 12139

def messageID
  @messageID
end

#messageIDsObject

Returns the value of attribute messageIDs.



12145
12146
12147
# File 'lib/eBay.rb', line 12145

def messageIDs
  @messageIDs
end

#readObject

Returns the value of attribute read.



12147
12148
12149
# File 'lib/eBay.rb', line 12147

def read
  @read
end

#versionObject

Returns the value of attribute version.



12140
12141
12142
# File 'lib/eBay.rb', line 12140

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



12143
12144
12145
# File 'lib/eBay.rb', line 12143

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



12151
12152
12153
# File 'lib/eBay.rb', line 12151

def set_any(elements)
  @__xmlele_any = elements
end