Class: EBay::RelistItemRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsRelistItemRequestType

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
item - EBay::ItemType
deletedField - SOAP::SOAPString

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, item = nil, deletedField = []) ⇒ RelistItemRequestType

Returns a new instance of RelistItemRequestType.



6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
# File 'lib/eBay.rb', line 6394

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



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

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



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

def botBlock
  @botBlock
end

#deletedFieldObject

Returns the value of attribute deletedField.



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

def deletedField
  @deletedField
end

#detailLevelObject

Returns the value of attribute detailLevel.



6376
6377
6378
# File 'lib/eBay.rb', line 6376

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



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

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



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

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6377
6378
6379
# File 'lib/eBay.rb', line 6377

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



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

def invocationID
  @invocationID
end

#itemObject

Returns the value of attribute item.



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

def item
  @item
end

#messageIDObject

Returns the value of attribute messageID.



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

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



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

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



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

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



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

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



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

def set_any(elements)
  @__xmlele_any = elements
end