Class: EBay::GetMyMessagesRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetMyMessagesRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetMyMessagesRequestType
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
folderID - SOAP::SOAPLong
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
externalMessageIDs - EBay::MyMessagesExternalMessageIDArrayType
pagination - EBay::PaginationType
includeHighPriorityMessageOnly - SOAP::SOAPBoolean
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.
-
#endTime ⇒ Object
Returns the value of attribute endTime.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#externalMessageIDs ⇒ Object
Returns the value of attribute externalMessageIDs.
-
#folderID ⇒ Object
Returns the value of attribute folderID.
-
#includeHighPriorityMessageOnly ⇒ Object
Returns the value of attribute includeHighPriorityMessageOnly.
-
#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.
-
#pagination ⇒ Object
Returns the value of attribute pagination.
-
#startTime ⇒ Object
Returns the value of attribute startTime.
-
#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, folderID = nil, startTime = nil, endTime = nil, externalMessageIDs = nil, pagination = nil, includeHighPriorityMessageOnly = nil) ⇒ GetMyMessagesRequestType
constructor
A new instance of GetMyMessagesRequestType.
- #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, folderID = nil, startTime = nil, endTime = nil, externalMessageIDs = nil, pagination = nil, includeHighPriorityMessageOnly = nil) ⇒ GetMyMessagesRequestType
Returns a new instance of GetMyMessagesRequestType.
3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 |
# File 'lib/eBay.rb', line 3295 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, alertIDs = nil, = nil, folderID = nil, startTime = nil, endTime = nil, externalMessageIDs = nil, pagination = nil, includeHighPriorityMessageOnly = 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 = @folderID = folderID @startTime = startTime @endTime = endTime @externalMessageIDs = externalMessageIDs @pagination = pagination @includeHighPriorityMessageOnly = includeHighPriorityMessageOnly end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
3281 3282 3283 |
# File 'lib/eBay.rb', line 3281 def __xmlele_any @__xmlele_any end |
#alertIDs ⇒ Object
Returns the value of attribute alertIDs.
3282 3283 3284 |
# File 'lib/eBay.rb', line 3282 def alertIDs @alertIDs end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
3280 3281 3282 |
# File 'lib/eBay.rb', line 3280 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
3271 3272 3273 |
# File 'lib/eBay.rb', line 3271 def detailLevel @detailLevel end |
#endTime ⇒ Object
Returns the value of attribute endTime.
3286 3287 3288 |
# File 'lib/eBay.rb', line 3286 def endTime @endTime end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
3275 3276 3277 |
# File 'lib/eBay.rb', line 3275 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
3276 3277 3278 |
# File 'lib/eBay.rb', line 3276 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
3272 3273 3274 |
# File 'lib/eBay.rb', line 3272 def errorLanguage @errorLanguage end |
#externalMessageIDs ⇒ Object
Returns the value of attribute externalMessageIDs.
3287 3288 3289 |
# File 'lib/eBay.rb', line 3287 def externalMessageIDs @externalMessageIDs end |
#folderID ⇒ Object
Returns the value of attribute folderID.
3284 3285 3286 |
# File 'lib/eBay.rb', line 3284 def folderID @folderID end |
#includeHighPriorityMessageOnly ⇒ Object
Returns the value of attribute includeHighPriorityMessageOnly.
3289 3290 3291 |
# File 'lib/eBay.rb', line 3289 def includeHighPriorityMessageOnly @includeHighPriorityMessageOnly end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
3277 3278 3279 |
# File 'lib/eBay.rb', line 3277 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
3273 3274 3275 |
# File 'lib/eBay.rb', line 3273 def @messageID end |
#messageIDs ⇒ Object
Returns the value of attribute messageIDs.
3283 3284 3285 |
# File 'lib/eBay.rb', line 3283 def @messageIDs end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
3278 3279 3280 |
# File 'lib/eBay.rb', line 3278 def outputSelector @outputSelector end |
#pagination ⇒ Object
Returns the value of attribute pagination.
3288 3289 3290 |
# File 'lib/eBay.rb', line 3288 def pagination @pagination end |
#startTime ⇒ Object
Returns the value of attribute startTime.
3285 3286 3287 |
# File 'lib/eBay.rb', line 3285 def startTime @startTime end |
#version ⇒ Object
Returns the value of attribute version.
3274 3275 3276 |
# File 'lib/eBay.rb', line 3274 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
3279 3280 3281 |
# File 'lib/eBay.rb', line 3279 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
3291 3292 3293 |
# File 'lib/eBay.rb', line 3291 def set_any(elements) @__xmlele_any = elements end |