Class: SetPictureManagerDetailsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetPictureManagerDetailsRequestType

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
pictureManagerDetails - PictureManagerDetailsType
action - PictureManagerActionCodeType

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, pictureManagerDetails = nil, action = nil) ⇒ SetPictureManagerDetailsRequestType

Returns a new instance of SetPictureManagerDetailsRequestType.



6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
# File 'lib/eBay.rb', line 6397

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6389
6390
6391
# File 'lib/eBay.rb', line 6389

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



6391
6392
6393
# File 'lib/eBay.rb', line 6391

def action
  @action
end

#botBlockObject

Returns the value of attribute botBlock.



6388
6389
6390
# File 'lib/eBay.rb', line 6388

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



6379
6380
6381
# File 'lib/eBay.rb', line 6379

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



6383
6384
6385
# File 'lib/eBay.rb', line 6383

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6384
6385
6386
# File 'lib/eBay.rb', line 6384

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6380
6381
6382
# File 'lib/eBay.rb', line 6380

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6385
6386
6387
# File 'lib/eBay.rb', line 6385

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



6381
6382
6383
# File 'lib/eBay.rb', line 6381

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6386
6387
6388
# File 'lib/eBay.rb', line 6386

def outputSelector
  @outputSelector
end

#pictureManagerDetailsObject

Returns the value of attribute pictureManagerDetails.



6390
6391
6392
# File 'lib/eBay.rb', line 6390

def pictureManagerDetails
  @pictureManagerDetails
end

#versionObject

Returns the value of attribute version.



6382
6383
6384
# File 'lib/eBay.rb', line 6382

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6387
6388
6389
# File 'lib/eBay.rb', line 6387

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6393
6394
6395
# File 'lib/eBay.rb', line 6393

def set_any(elements)
  @__xmlele_any = elements
end