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.



3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
# File 'lib/eBay.rb', line 3495

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.



3483
3484
3485
# File 'lib/eBay.rb', line 3483

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



3472
3473
3474
# File 'lib/eBay.rb', line 3472

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



3477
3478
3479
# File 'lib/eBay.rb', line 3477

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



3473
3474
3475
# File 'lib/eBay.rb', line 3473

def correlationID
  @correlationID
end

#descriptionTemplateObject

Returns the value of attribute descriptionTemplate.



3484
3485
3486
# File 'lib/eBay.rb', line 3484

def descriptionTemplate
  @descriptionTemplate
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



3479
3480
3481
# File 'lib/eBay.rb', line 3479

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



3474
3475
3476
# File 'lib/eBay.rb', line 3474

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



3482
3483
3484
# File 'lib/eBay.rb', line 3482

def hardExpirationWarning
  @hardExpirationWarning
end

#layoutTotalObject

Returns the value of attribute layoutTotal.



3485
3486
3487
# File 'lib/eBay.rb', line 3485

def layoutTotal
  @layoutTotal
end

#messageObject

Returns the value of attribute message.



3475
3476
3477
# File 'lib/eBay.rb', line 3475

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



3478
3479
3480
# File 'lib/eBay.rb', line 3478

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



3481
3482
3483
# File 'lib/eBay.rb', line 3481

def notificationSignature
  @notificationSignature
end

#obsoleteLayoutIDObject

Returns the value of attribute obsoleteLayoutID.



3486
3487
3488
# File 'lib/eBay.rb', line 3486

def obsoleteLayoutID
  @obsoleteLayoutID
end

#obsoleteThemeIDObject

Returns the value of attribute obsoleteThemeID.



3487
3488
3489
# File 'lib/eBay.rb', line 3487

def obsoleteThemeID
  @obsoleteThemeID
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



3480
3481
3482
# File 'lib/eBay.rb', line 3480

def recipientUserID
  @recipientUserID
end

#themeGroupObject

Returns the value of attribute themeGroup.



3488
3489
3490
# File 'lib/eBay.rb', line 3488

def themeGroup
  @themeGroup
end

#themeTotalObject

Returns the value of attribute themeTotal.



3489
3490
3491
# File 'lib/eBay.rb', line 3489

def themeTotal
  @themeTotal
end

#timestampObject

Returns the value of attribute timestamp.



3471
3472
3473
# File 'lib/eBay.rb', line 3471

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



3476
3477
3478
# File 'lib/eBay.rb', line 3476

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



3491
3492
3493
# File 'lib/eBay.rb', line 3491

def set_any(elements)
  @__xmlele_any = elements
end