Class: GetDescriptionTemplatesResponseType

Inherits:
Object
  • Object
show all
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")]],
["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

Instance Method Summary collapse

Constructor Details

#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, descriptionTemplate = [], layoutTotal = nil, obsoleteLayoutID = [], obsoleteThemeID = [], themeGroup = [], themeTotal = nil) ⇒ GetDescriptionTemplatesResponseType

Returns a new instance of GetDescriptionTemplatesResponseType.



3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
# File 'lib/eBay.rb', line 3223

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, descriptionTemplate = [], layoutTotal = nil, obsoleteLayoutID = [], obsoleteThemeID = [], themeGroup = [], themeTotal = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @descriptionTemplate = descriptionTemplate
  @layoutTotal = layoutTotal
  @obsoleteLayoutID = obsoleteLayoutID
  @obsoleteThemeID = obsoleteThemeID
  @themeGroup = themeGroup
  @themeTotal = themeTotal
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3211
3212
3213
# File 'lib/eBay.rb', line 3211

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



3200
3201
3202
# File 'lib/eBay.rb', line 3200

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



3205
3206
3207
# File 'lib/eBay.rb', line 3205

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



3201
3202
3203
# File 'lib/eBay.rb', line 3201

def correlationID
  @correlationID
end

#descriptionTemplateObject

Returns the value of attribute descriptionTemplate.



3212
3213
3214
# File 'lib/eBay.rb', line 3212

def descriptionTemplate
  @descriptionTemplate
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



3207
3208
3209
# File 'lib/eBay.rb', line 3207

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



3202
3203
3204
# File 'lib/eBay.rb', line 3202

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



3210
3211
3212
# File 'lib/eBay.rb', line 3210

def hardExpirationWarning
  @hardExpirationWarning
end

#layoutTotalObject

Returns the value of attribute layoutTotal.



3213
3214
3215
# File 'lib/eBay.rb', line 3213

def layoutTotal
  @layoutTotal
end

#messageObject

Returns the value of attribute message.



3203
3204
3205
# File 'lib/eBay.rb', line 3203

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



3206
3207
3208
# File 'lib/eBay.rb', line 3206

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



3209
3210
3211
# File 'lib/eBay.rb', line 3209

def notificationSignature
  @notificationSignature
end

#obsoleteLayoutIDObject

Returns the value of attribute obsoleteLayoutID.



3214
3215
3216
# File 'lib/eBay.rb', line 3214

def obsoleteLayoutID
  @obsoleteLayoutID
end

#obsoleteThemeIDObject

Returns the value of attribute obsoleteThemeID.



3215
3216
3217
# File 'lib/eBay.rb', line 3215

def obsoleteThemeID
  @obsoleteThemeID
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



3208
3209
3210
# File 'lib/eBay.rb', line 3208

def recipientUserID
  @recipientUserID
end

#themeGroupObject

Returns the value of attribute themeGroup.



3216
3217
3218
# File 'lib/eBay.rb', line 3216

def themeGroup
  @themeGroup
end

#themeTotalObject

Returns the value of attribute themeTotal.



3217
3218
3219
# File 'lib/eBay.rb', line 3217

def themeTotal
  @themeTotal
end

#timestampObject

Returns the value of attribute timestamp.



3199
3200
3201
# File 'lib/eBay.rb', line 3199

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



3204
3205
3206
# File 'lib/eBay.rb', line 3204

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



3219
3220
3221
# File 'lib/eBay.rb', line 3219

def set_any(elements)
  @__xmlele_any = elements
end