Class: GetPictureManagerOptionsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetPictureManagerOptionsRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType

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) ⇒ GetPictureManagerOptionsRequestType

Returns a new instance of GetPictureManagerOptionsRequestType.



3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
# File 'lib/eBay.rb', line 3269

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3263
3264
3265
# File 'lib/eBay.rb', line 3263

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



3262
3263
3264
# File 'lib/eBay.rb', line 3262

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



3253
3254
3255
# File 'lib/eBay.rb', line 3253

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



3257
3258
3259
# File 'lib/eBay.rb', line 3257

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3258
3259
3260
# File 'lib/eBay.rb', line 3258

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3254
3255
3256
# File 'lib/eBay.rb', line 3254

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



3259
3260
3261
# File 'lib/eBay.rb', line 3259

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



3255
3256
3257
# File 'lib/eBay.rb', line 3255

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3260
3261
3262
# File 'lib/eBay.rb', line 3260

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



3256
3257
3258
# File 'lib/eBay.rb', line 3256

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3261
3262
3263
# File 'lib/eBay.rb', line 3261

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3265
3266
3267
# File 'lib/eBay.rb', line 3265

def set_any(elements)
  @__xmlele_any = elements
end