Class: EBay::SaveItemToSellingManagerTemplateRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSaveItemToSellingManagerTemplateRequestType

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
itemID - (any)
productID - SOAP::SOAPLong
templateName - 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, itemID = nil, productID = nil, templateName = nil) ⇒ SaveItemToSellingManagerTemplateRequestType

Returns a new instance of SaveItemToSellingManagerTemplateRequestType.



7309
7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
# File 'lib/eBay.rb', line 7309

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7300
7301
7302
# File 'lib/eBay.rb', line 7300

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



7299
7300
7301
# File 'lib/eBay.rb', line 7299

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



7290
7291
7292
# File 'lib/eBay.rb', line 7290

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



7294
7295
7296
# File 'lib/eBay.rb', line 7294

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7295
7296
7297
# File 'lib/eBay.rb', line 7295

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7291
7292
7293
# File 'lib/eBay.rb', line 7291

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



7296
7297
7298
# File 'lib/eBay.rb', line 7296

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



7301
7302
7303
# File 'lib/eBay.rb', line 7301

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



7292
7293
7294
# File 'lib/eBay.rb', line 7292

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



7297
7298
7299
# File 'lib/eBay.rb', line 7297

def outputSelector
  @outputSelector
end

#productIDObject

Returns the value of attribute productID.



7302
7303
7304
# File 'lib/eBay.rb', line 7302

def productID
  @productID
end

#templateNameObject

Returns the value of attribute templateName.



7303
7304
7305
# File 'lib/eBay.rb', line 7303

def templateName
  @templateName
end

#versionObject

Returns the value of attribute version.



7293
7294
7295
# File 'lib/eBay.rb', line 7293

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



7298
7299
7300
# File 'lib/eBay.rb', line 7298

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



7305
7306
7307
# File 'lib/eBay.rb', line 7305

def set_any(elements)
  @__xmlele_any = elements
end