Method: GetDescriptionTemplatesRequestType#initialize
- Defined in:
- lib/eBay.rb
#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, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categoryID = nil, lastModifiedTime = nil, motorVehicles = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @categoryID = categoryID @lastModifiedTime = lastModifiedTime @motorVehicles = motorVehicles end |