Class: EBay::AddItemFromSellingManagerTemplateRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::AddItemFromSellingManagerTemplateRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAddItemFromSellingManagerTemplateRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#item ⇒ Object
Returns the value of attribute item.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#saleTemplateID ⇒ Object
Returns the value of attribute saleTemplateID.
-
#scheduleTime ⇒ Object
Returns the value of attribute scheduleTime.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#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
constructor
A new instance of AddItemFromSellingManagerTemplateRequestType.
- #set_any(elements) ⇒ Object
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, = 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 = @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
286 287 288 |
# File 'lib/eBay.rb', line 286 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
285 286 287 |
# File 'lib/eBay.rb', line 285 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
276 277 278 |
# File 'lib/eBay.rb', line 276 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
280 281 282 |
# File 'lib/eBay.rb', line 280 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
281 282 283 |
# File 'lib/eBay.rb', line 281 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
277 278 279 |
# File 'lib/eBay.rb', line 277 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
282 283 284 |
# File 'lib/eBay.rb', line 282 def invocationID @invocationID end |
#item ⇒ Object
Returns the value of attribute item.
289 290 291 |
# File 'lib/eBay.rb', line 289 def item @item end |
#messageID ⇒ Object
Returns the value of attribute messageID.
278 279 280 |
# File 'lib/eBay.rb', line 278 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
283 284 285 |
# File 'lib/eBay.rb', line 283 def outputSelector @outputSelector end |
#saleTemplateID ⇒ Object
Returns the value of attribute saleTemplateID.
287 288 289 |
# File 'lib/eBay.rb', line 287 def saleTemplateID @saleTemplateID end |
#scheduleTime ⇒ Object
Returns the value of attribute scheduleTime.
288 289 290 |
# File 'lib/eBay.rb', line 288 def scheduleTime @scheduleTime end |
#version ⇒ Object
Returns the value of attribute version.
279 280 281 |
# File 'lib/eBay.rb', line 279 def version @version end |
#warningLevel ⇒ Object
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 |