Class: EBay::GetMyMessagesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMyMessagesRequestType

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
folderID - SOAP::SOAPLong
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
externalMessageIDs - EBay::MyMessagesExternalMessageIDArrayType
pagination - EBay::PaginationType
includeHighPriorityMessageOnly - SOAP::SOAPBoolean

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, 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, 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)
  @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
  @folderID = folderID
  @startTime = startTime
  @endTime = endTime
  @externalMessageIDs = externalMessageIDs
  @pagination = pagination
  @includeHighPriorityMessageOnly = includeHighPriorityMessageOnly
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3281
3282
3283
# File 'lib/eBay.rb', line 3281

def __xmlele_any
  @__xmlele_any
end

#alertIDsObject

Returns the value of attribute alertIDs.



3282
3283
3284
# File 'lib/eBay.rb', line 3282

def alertIDs
  @alertIDs
end

#botBlockObject

Returns the value of attribute botBlock.



3280
3281
3282
# File 'lib/eBay.rb', line 3280

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



3271
3272
3273
# File 'lib/eBay.rb', line 3271

def detailLevel
  @detailLevel
end

#endTimeObject

Returns the value of attribute endTime.



3286
3287
3288
# File 'lib/eBay.rb', line 3286

def endTime
  @endTime
end

#endUserIPObject

Returns the value of attribute endUserIP.



3275
3276
3277
# File 'lib/eBay.rb', line 3275

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3276
3277
3278
# File 'lib/eBay.rb', line 3276

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3272
3273
3274
# File 'lib/eBay.rb', line 3272

def errorLanguage
  @errorLanguage
end

#externalMessageIDsObject

Returns the value of attribute externalMessageIDs.



3287
3288
3289
# File 'lib/eBay.rb', line 3287

def externalMessageIDs
  @externalMessageIDs
end

#folderIDObject

Returns the value of attribute folderID.



3284
3285
3286
# File 'lib/eBay.rb', line 3284

def folderID
  @folderID
end

#includeHighPriorityMessageOnlyObject

Returns the value of attribute includeHighPriorityMessageOnly.



3289
3290
3291
# File 'lib/eBay.rb', line 3289

def includeHighPriorityMessageOnly
  @includeHighPriorityMessageOnly
end

#invocationIDObject

Returns the value of attribute invocationID.



3277
3278
3279
# File 'lib/eBay.rb', line 3277

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



3273
3274
3275
# File 'lib/eBay.rb', line 3273

def messageID
  @messageID
end

#messageIDsObject

Returns the value of attribute messageIDs.



3283
3284
3285
# File 'lib/eBay.rb', line 3283

def messageIDs
  @messageIDs
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3278
3279
3280
# File 'lib/eBay.rb', line 3278

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



3288
3289
3290
# File 'lib/eBay.rb', line 3288

def pagination
  @pagination
end

#startTimeObject

Returns the value of attribute startTime.



3285
3286
3287
# File 'lib/eBay.rb', line 3285

def startTime
  @startTime
end

#versionObject

Returns the value of attribute version.



3274
3275
3276
# File 'lib/eBay.rb', line 3274

def version
  @version
end

#warningLevelObject

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