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")]],
  ["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

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, 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(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)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4140
4141
4142
# File 'lib/eBay.rb', line 4140

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



4128
4129
4130
# File 'lib/eBay.rb', line 4128

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



4133
4134
4135
# File 'lib/eBay.rb', line 4133

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



4129
4130
4131
# File 'lib/eBay.rb', line 4129

def correlationID
  @correlationID
end

#descriptionTemplateObject

Returns the value of attribute descriptionTemplate.



4141
4142
4143
# File 'lib/eBay.rb', line 4141

def descriptionTemplate
  @descriptionTemplate
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



4135
4136
4137
# File 'lib/eBay.rb', line 4135

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



4137
4138
4139
# File 'lib/eBay.rb', line 4137

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



4130
4131
4132
# File 'lib/eBay.rb', line 4130

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



4139
4140
4141
# File 'lib/eBay.rb', line 4139

def hardExpirationWarning
  @hardExpirationWarning
end

#layoutTotalObject

Returns the value of attribute layoutTotal.



4142
4143
4144
# File 'lib/eBay.rb', line 4142

def layoutTotal
  @layoutTotal
end

#messageObject

Returns the value of attribute message.



4131
4132
4133
# File 'lib/eBay.rb', line 4131

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



4134
4135
4136
# File 'lib/eBay.rb', line 4134

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



4138
4139
4140
# File 'lib/eBay.rb', line 4138

def notificationSignature
  @notificationSignature
end

#obsoleteLayoutIDObject

Returns the value of attribute obsoleteLayoutID.



4143
4144
4145
# File 'lib/eBay.rb', line 4143

def obsoleteLayoutID
  @obsoleteLayoutID
end

#obsoleteThemeIDObject

Returns the value of attribute obsoleteThemeID.



4144
4145
4146
# File 'lib/eBay.rb', line 4144

def obsoleteThemeID
  @obsoleteThemeID
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



4136
4137
4138
# File 'lib/eBay.rb', line 4136

def recipientUserID
  @recipientUserID
end

#themeGroupObject

Returns the value of attribute themeGroup.



4145
4146
4147
# File 'lib/eBay.rb', line 4145

def themeGroup
  @themeGroup
end

#themeTotalObject

Returns the value of attribute themeTotal.



4146
4147
4148
# File 'lib/eBay.rb', line 4146

def themeTotal
  @themeTotal
end

#timestampObject

Returns the value of attribute timestamp.



4127
4128
4129
# File 'lib/eBay.rb', line 4127

def timestamp
  @timestamp
end

#versionObject

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