Class: EBay::AddItemFromSellingManagerTemplateRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddItemFromSellingManagerTemplateRequestType

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
saleTemplateID - SOAP::SOAPLong
scheduleTime - SOAP::SOAPDateTime
item - EBay::ItemType

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, saleTemplateID = nil, scheduleTime = nil, item = nil) ⇒ AddItemFromSellingManagerTemplateRequestType

Returns a new instance of AddItemFromSellingManagerTemplateRequestType.



295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
# File 'lib/eBay.rb', line 295

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



286
287
288
# File 'lib/eBay.rb', line 286

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



285
286
287
# File 'lib/eBay.rb', line 285

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



276
277
278
# File 'lib/eBay.rb', line 276

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



280
281
282
# File 'lib/eBay.rb', line 280

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



281
282
283
# File 'lib/eBay.rb', line 281

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



277
278
279
# File 'lib/eBay.rb', line 277

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



282
283
284
# File 'lib/eBay.rb', line 282

def invocationID
  @invocationID
end

#itemObject

Returns the value of attribute item.



289
290
291
# File 'lib/eBay.rb', line 289

def item
  @item
end

#messageIDObject

Returns the value of attribute messageID.



278
279
280
# File 'lib/eBay.rb', line 278

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



283
284
285
# File 'lib/eBay.rb', line 283

def outputSelector
  @outputSelector
end

#saleTemplateIDObject

Returns the value of attribute saleTemplateID.



287
288
289
# File 'lib/eBay.rb', line 287

def saleTemplateID
  @saleTemplateID
end

#scheduleTimeObject

Returns the value of attribute scheduleTime.



288
289
290
# File 'lib/eBay.rb', line 288

def scheduleTime
  @scheduleTime
end

#versionObject

Returns the value of attribute version.



279
280
281
# File 'lib/eBay.rb', line 279

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



284
285
286
# File 'lib/eBay.rb', line 284

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



291
292
293
# File 'lib/eBay.rb', line 291

def set_any(elements)
  @__xmlele_any = elements
end