Class: GetDescriptionTemplatesRequestType
- Inherits:
-
Object
- Object
- GetDescriptionTemplatesRequestType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#motorVehicles ⇒ Object
Returns the value of attribute motorVehicles.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, categoryID = nil, lastModifiedTime = nil, motorVehicles = nil) ⇒ GetDescriptionTemplatesRequestType
constructor
A new instance of GetDescriptionTemplatesRequestType.
- #set_any(elements) ⇒ Object
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.
4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 |
# File 'lib/eBay.rb', line 4085 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, categoryID = nil, lastModifiedTime = nil, motorVehicles = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @categoryID = categoryID @lastModifiedTime = lastModifiedTime @motorVehicles = motorVehicles end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
4076 4077 4078 |
# File 'lib/eBay.rb', line 4076 def __xmlele_any @__xmlele_any end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
4077 4078 4079 |
# File 'lib/eBay.rb', line 4077 def categoryID @categoryID end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
4069 4070 4071 |
# File 'lib/eBay.rb', line 4069 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
4073 4074 4075 |
# File 'lib/eBay.rb', line 4073 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
4070 4071 4072 |
# File 'lib/eBay.rb', line 4070 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
4074 4075 4076 |
# File 'lib/eBay.rb', line 4074 def invocationID @invocationID end |
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
4078 4079 4080 |
# File 'lib/eBay.rb', line 4078 def lastModifiedTime @lastModifiedTime end |
#messageID ⇒ Object
Returns the value of attribute messageID.
4071 4072 4073 |
# File 'lib/eBay.rb', line 4071 def end |
#motorVehicles ⇒ Object
Returns the value of attribute motorVehicles.
4079 4080 4081 |
# File 'lib/eBay.rb', line 4079 def motorVehicles @motorVehicles end |
#version ⇒ Object
Returns the value of attribute version.
4072 4073 4074 |
# File 'lib/eBay.rb', line 4072 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
4075 4076 4077 |
# File 'lib/eBay.rb', line 4075 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
4081 4082 4083 |
# File 'lib/eBay.rb', line 4081 def set_any(elements) @__xmlele_any = elements end |