Class: GetDescriptionTemplatesRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetDescriptionTemplatesRequestType

Constant Summary collapse

@@schema_type =
"GetDescriptionTemplatesRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
  ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
  ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
  ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["categoryID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryID")]],
  ["lastModifiedTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LastModifiedTime")]],
  ["motorVehicles", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MotorVehicles")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, categoryID = nil, lastModifiedTime = nil, motorVehicles = nil) ⇒ GetDescriptionTemplatesRequestType

Returns a new instance of GetDescriptionTemplatesRequestType.



3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
# File 'lib/eBay.rb', line 3430

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3421
3422
3423
# File 'lib/eBay.rb', line 3421

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



3422
3423
3424
# File 'lib/eBay.rb', line 3422

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



3414
3415
3416
# File 'lib/eBay.rb', line 3414

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3418
3419
3420
# File 'lib/eBay.rb', line 3418

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3415
3416
3417
# File 'lib/eBay.rb', line 3415

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



3419
3420
3421
# File 'lib/eBay.rb', line 3419

def invocationID
  @invocationID
end

#lastModifiedTimeObject

Returns the value of attribute lastModifiedTime.



3423
3424
3425
# File 'lib/eBay.rb', line 3423

def lastModifiedTime
  @lastModifiedTime
end

#messageIDObject

Returns the value of attribute messageID.



3416
3417
3418
# File 'lib/eBay.rb', line 3416

def messageID
  @messageID
end

#motorVehiclesObject

Returns the value of attribute motorVehicles.



3424
3425
3426
# File 'lib/eBay.rb', line 3424

def motorVehicles
  @motorVehicles
end

#versionObject

Returns the value of attribute version.



3417
3418
3419
# File 'lib/eBay.rb', line 3417

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3420
3421
3422
# File 'lib/eBay.rb', line 3420

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3426
3427
3428
# File 'lib/eBay.rb', line 3426

def set_any(elements)
  @__xmlele_any = elements
end