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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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, categoryID = nil, lastModifiedTime = nil, motorVehicles = nil) ⇒ GetDescriptionTemplatesRequestType

Returns a new instance of GetDescriptionTemplatesRequestType.



3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
# File 'lib/eBay.rb', line 3160

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3151
3152
3153
# File 'lib/eBay.rb', line 3151

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



3152
3153
3154
# File 'lib/eBay.rb', line 3152

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



3145
3146
3147
# File 'lib/eBay.rb', line 3145

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3149
3150
3151
# File 'lib/eBay.rb', line 3149

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3146
3147
3148
# File 'lib/eBay.rb', line 3146

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



3150
3151
3152
# File 'lib/eBay.rb', line 3150

def invocationID
  @invocationID
end

#lastModifiedTimeObject

Returns the value of attribute lastModifiedTime.



3153
3154
3155
# File 'lib/eBay.rb', line 3153

def lastModifiedTime
  @lastModifiedTime
end

#messageIDObject

Returns the value of attribute messageID.



3147
3148
3149
# File 'lib/eBay.rb', line 3147

def messageID
  @messageID
end

#motorVehiclesObject

Returns the value of attribute motorVehicles.



3154
3155
3156
# File 'lib/eBay.rb', line 3154

def motorVehicles
  @motorVehicles
end

#versionObject

Returns the value of attribute version.



3148
3149
3150
# File 'lib/eBay.rb', line 3148

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



3156
3157
3158
# File 'lib/eBay.rb', line 3156

def set_any(elements)
  @__xmlele_any = elements
end