Class: EBay::GetMemberMessagesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMemberMessagesRequestType

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
itemID - (any)
mailMessageType - EBay::MessageTypeCodeType
messageStatus - EBay::MessageStatusTypeCodeType
displayToPublic - SOAP::SOAPBoolean
startCreationTime - SOAP::SOAPDateTime
endCreationTime - SOAP::SOAPDateTime
pagination - EBay::PaginationType
memberMessageID - SOAP::SOAPString
senderID - (any)

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, itemID = nil, mailMessageType = nil, messageStatus = nil, displayToPublic = nil, startCreationTime = nil, endCreationTime = nil, pagination = nil, memberMessageID = nil, senderID = nil) ⇒ GetMemberMessagesRequestType

Returns a new instance of GetMemberMessagesRequestType.



3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
# File 'lib/eBay.rb', line 3178

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, mailMessageType = nil, messageStatus = nil, displayToPublic = nil, startCreationTime = nil, endCreationTime = nil, pagination = nil, memberMessageID = nil, senderID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @itemID = itemID
  @mailMessageType = mailMessageType
  @messageStatus = messageStatus
  @displayToPublic = displayToPublic
  @startCreationTime = startCreationTime
  @endCreationTime = endCreationTime
  @pagination = pagination
  @memberMessageID = memberMessageID
  @senderID = senderID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3163
3164
3165
# File 'lib/eBay.rb', line 3163

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



3162
3163
3164
# File 'lib/eBay.rb', line 3162

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



3153
3154
3155
# File 'lib/eBay.rb', line 3153

def detailLevel
  @detailLevel
end

#displayToPublicObject

Returns the value of attribute displayToPublic.



3167
3168
3169
# File 'lib/eBay.rb', line 3167

def displayToPublic
  @displayToPublic
end

#endCreationTimeObject

Returns the value of attribute endCreationTime.



3169
3170
3171
# File 'lib/eBay.rb', line 3169

def endCreationTime
  @endCreationTime
end

#endUserIPObject

Returns the value of attribute endUserIP.



3157
3158
3159
# File 'lib/eBay.rb', line 3157

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3158
3159
3160
# File 'lib/eBay.rb', line 3158

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3154
3155
3156
# File 'lib/eBay.rb', line 3154

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



3159
3160
3161
# File 'lib/eBay.rb', line 3159

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



3164
3165
3166
# File 'lib/eBay.rb', line 3164

def itemID
  @itemID
end

#mailMessageTypeObject

Returns the value of attribute mailMessageType.



3165
3166
3167
# File 'lib/eBay.rb', line 3165

def mailMessageType
  @mailMessageType
end

#memberMessageIDObject

Returns the value of attribute memberMessageID.



3171
3172
3173
# File 'lib/eBay.rb', line 3171

def memberMessageID
  @memberMessageID
end

#messageIDObject

Returns the value of attribute messageID.



3155
3156
3157
# File 'lib/eBay.rb', line 3155

def messageID
  @messageID
end

#messageStatusObject

Returns the value of attribute messageStatus.



3166
3167
3168
# File 'lib/eBay.rb', line 3166

def messageStatus
  @messageStatus
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3160
3161
3162
# File 'lib/eBay.rb', line 3160

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



3170
3171
3172
# File 'lib/eBay.rb', line 3170

def pagination
  @pagination
end

#senderIDObject

Returns the value of attribute senderID.



3172
3173
3174
# File 'lib/eBay.rb', line 3172

def senderID
  @senderID
end

#startCreationTimeObject

Returns the value of attribute startCreationTime.



3168
3169
3170
# File 'lib/eBay.rb', line 3168

def startCreationTime
  @startCreationTime
end

#versionObject

Returns the value of attribute version.



3156
3157
3158
# File 'lib/eBay.rb', line 3156

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3161
3162
3163
# File 'lib/eBay.rb', line 3161

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3174
3175
3176
# File 'lib/eBay.rb', line 3174

def set_any(elements)
  @__xmlele_any = elements
end