Class: GetDescriptionTemplatesResponseType
- Inherits:
-
Object
- Object
- GetDescriptionTemplatesResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetDescriptionTemplatesResponseType
Constant Summary collapse
- @@schema_type =
"GetDescriptionTemplatesResponseType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]], ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]], ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]], ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]], ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]], ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]], ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]], ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]], ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]], ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]], ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]], ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]], ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["descriptionTemplate", ["DescriptionTemplateType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DescriptionTemplate")]], ["layoutTotal", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LayoutTotal")]], ["obsoleteLayoutID", ["SOAP::SOAPInt[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ObsoleteLayoutID")]], ["obsoleteThemeID", ["SOAP::SOAPInt[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ObsoleteThemeID")]], ["themeGroup", ["ThemeGroupType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ThemeGroup")]], ["themeTotal", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ThemeTotal")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#descriptionTemplate ⇒ Object
Returns the value of attribute descriptionTemplate.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#layoutTotal ⇒ Object
Returns the value of attribute layoutTotal.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#obsoleteLayoutID ⇒ Object
Returns the value of attribute obsoleteLayoutID.
-
#obsoleteThemeID ⇒ Object
Returns the value of attribute obsoleteThemeID.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#themeGroup ⇒ Object
Returns the value of attribute themeGroup.
-
#themeTotal ⇒ Object
Returns the value of attribute themeTotal.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, descriptionTemplate = [], layoutTotal = nil, obsoleteLayoutID = [], obsoleteThemeID = [], themeGroup = [], themeTotal = nil) ⇒ GetDescriptionTemplatesResponseType
constructor
A new instance of GetDescriptionTemplatesResponseType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, descriptionTemplate = [], layoutTotal = nil, obsoleteLayoutID = [], obsoleteThemeID = [], themeGroup = [], themeTotal = nil) ⇒ GetDescriptionTemplatesResponseType
Returns a new instance of GetDescriptionTemplatesResponseType.
4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 |
# File 'lib/eBay.rb', line 4152 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, descriptionTemplate = [], layoutTotal = nil, obsoleteLayoutID = [], obsoleteThemeID = [], themeGroup = [], themeTotal = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @message = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @__xmlele_any = nil @descriptionTemplate = descriptionTemplate @layoutTotal = layoutTotal @obsoleteLayoutID = obsoleteLayoutID @obsoleteThemeID = obsoleteThemeID @themeGroup = themeGroup @themeTotal = themeTotal end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
4140 4141 4142 |
# File 'lib/eBay.rb', line 4140 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
4128 4129 4130 |
# File 'lib/eBay.rb', line 4128 def ack @ack end |
#build ⇒ Object
Returns the value of attribute build.
4133 4134 4135 |
# File 'lib/eBay.rb', line 4133 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
4129 4130 4131 |
# File 'lib/eBay.rb', line 4129 def correlationID @correlationID end |
#descriptionTemplate ⇒ Object
Returns the value of attribute descriptionTemplate.
4141 4142 4143 |
# File 'lib/eBay.rb', line 4141 def descriptionTemplate @descriptionTemplate end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
4135 4136 4137 |
# File 'lib/eBay.rb', line 4135 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
4137 4138 4139 |
# File 'lib/eBay.rb', line 4137 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
4130 4131 4132 |
# File 'lib/eBay.rb', line 4130 def errors @errors end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
4139 4140 4141 |
# File 'lib/eBay.rb', line 4139 def hardExpirationWarning @hardExpirationWarning end |
#layoutTotal ⇒ Object
Returns the value of attribute layoutTotal.
4142 4143 4144 |
# File 'lib/eBay.rb', line 4142 def layoutTotal @layoutTotal end |
#message ⇒ Object
Returns the value of attribute message.
4131 4132 4133 |
# File 'lib/eBay.rb', line 4131 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
4134 4135 4136 |
# File 'lib/eBay.rb', line 4134 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
4138 4139 4140 |
# File 'lib/eBay.rb', line 4138 def notificationSignature @notificationSignature end |
#obsoleteLayoutID ⇒ Object
Returns the value of attribute obsoleteLayoutID.
4143 4144 4145 |
# File 'lib/eBay.rb', line 4143 def obsoleteLayoutID @obsoleteLayoutID end |
#obsoleteThemeID ⇒ Object
Returns the value of attribute obsoleteThemeID.
4144 4145 4146 |
# File 'lib/eBay.rb', line 4144 def obsoleteThemeID @obsoleteThemeID end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
4136 4137 4138 |
# File 'lib/eBay.rb', line 4136 def recipientUserID @recipientUserID end |
#themeGroup ⇒ Object
Returns the value of attribute themeGroup.
4145 4146 4147 |
# File 'lib/eBay.rb', line 4145 def themeGroup @themeGroup end |
#themeTotal ⇒ Object
Returns the value of attribute themeTotal.
4146 4147 4148 |
# File 'lib/eBay.rb', line 4146 def themeTotal @themeTotal end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
4127 4128 4129 |
# File 'lib/eBay.rb', line 4127 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
4132 4133 4134 |
# File 'lib/eBay.rb', line 4132 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
4148 4149 4150 |
# File 'lib/eBay.rb', line 4148 def set_any(elements) @__xmlele_any = elements end |