Class: EBay::GetMessagePreferencesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMessagePreferencesRequestType

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
sellerID - (any)
includeASQPreferences - 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, sellerID = nil, includeASQPreferences = nil) ⇒ GetMessagePreferencesRequestType

Returns a new instance of GetMessagePreferencesRequestType.



3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
# File 'lib/eBay.rb', line 3234

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, sellerID = nil, includeASQPreferences = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @sellerID = sellerID
  @includeASQPreferences = includeASQPreferences
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3226
3227
3228
# File 'lib/eBay.rb', line 3226

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



3225
3226
3227
# File 'lib/eBay.rb', line 3225

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



3216
3217
3218
# File 'lib/eBay.rb', line 3216

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



3220
3221
3222
# File 'lib/eBay.rb', line 3220

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3221
3222
3223
# File 'lib/eBay.rb', line 3221

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3217
3218
3219
# File 'lib/eBay.rb', line 3217

def errorLanguage
  @errorLanguage
end

#includeASQPreferencesObject

Returns the value of attribute includeASQPreferences.



3228
3229
3230
# File 'lib/eBay.rb', line 3228

def includeASQPreferences
  @includeASQPreferences
end

#invocationIDObject

Returns the value of attribute invocationID.



3222
3223
3224
# File 'lib/eBay.rb', line 3222

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



3218
3219
3220
# File 'lib/eBay.rb', line 3218

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3223
3224
3225
# File 'lib/eBay.rb', line 3223

def outputSelector
  @outputSelector
end

#sellerIDObject

Returns the value of attribute sellerID.



3227
3228
3229
# File 'lib/eBay.rb', line 3227

def sellerID
  @sellerID
end

#versionObject

Returns the value of attribute version.



3219
3220
3221
# File 'lib/eBay.rb', line 3219

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3224
3225
3226
# File 'lib/eBay.rb', line 3224

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3230
3231
3232
# File 'lib/eBay.rb', line 3230

def set_any(elements)
  @__xmlele_any = elements
end