Class: GetDescriptionTemplatesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetDescriptionTemplatesRequestType

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
categoryID - SOAP::SOAPString
lastModifiedTime - SOAP::SOAPDateTime
motorVehicles - SOAP::SOAPBoolean

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, categoryID = nil, lastModifiedTime = nil, motorVehicles = nil) ⇒ GetDescriptionTemplatesRequestType

Returns a new instance of GetDescriptionTemplatesRequestType.



2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
# File 'lib/eBay.rb', line 2025

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2016
2017
2018
# File 'lib/eBay.rb', line 2016

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2015
2016
2017
# File 'lib/eBay.rb', line 2015

def botBlock
  @botBlock
end

#categoryIDObject

Returns the value of attribute categoryID.



2017
2018
2019
# File 'lib/eBay.rb', line 2017

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



2006
2007
2008
# File 'lib/eBay.rb', line 2006

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2010
2011
2012
# File 'lib/eBay.rb', line 2010

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2011
2012
2013
# File 'lib/eBay.rb', line 2011

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2007
2008
2009
# File 'lib/eBay.rb', line 2007

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2012
2013
2014
# File 'lib/eBay.rb', line 2012

def invocationID
  @invocationID
end

#lastModifiedTimeObject

Returns the value of attribute lastModifiedTime.



2018
2019
2020
# File 'lib/eBay.rb', line 2018

def lastModifiedTime
  @lastModifiedTime
end

#messageIDObject

Returns the value of attribute messageID.



2008
2009
2010
# File 'lib/eBay.rb', line 2008

def messageID
  @messageID
end

#motorVehiclesObject

Returns the value of attribute motorVehicles.



2019
2020
2021
# File 'lib/eBay.rb', line 2019

def motorVehicles
  @motorVehicles
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2013
2014
2015
# File 'lib/eBay.rb', line 2013

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



2009
2010
2011
# File 'lib/eBay.rb', line 2009

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2014
2015
2016
# File 'lib/eBay.rb', line 2014

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2021
2022
2023
# File 'lib/eBay.rb', line 2021

def set_any(elements)
  @__xmlele_any = elements
end