Class: GetDescriptionTemplatesResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetDescriptionTemplatesResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
descriptionTemplate - DescriptionTemplateType
layoutTotal - SOAP::SOAPInt
obsoleteLayoutID - SOAP::SOAPInt
obsoleteThemeID - SOAP::SOAPInt
themeGroup - ThemeGroupType
themeTotal - SOAP::SOAPInt

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, botBlock = nil, descriptionTemplate = [], layoutTotal = nil, obsoleteLayoutID = [], obsoleteThemeID = [], themeGroup = [], themeTotal = nil) ⇒ GetDescriptionTemplatesResponseType

Returns a new instance of GetDescriptionTemplatesResponseType.



9676
9677
9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
9689
9690
9691
9692
9693
9694
9695
9696
9697
9698
# File 'lib/eBay.rb', line 9676

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, botBlock = 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
  @botBlock = botBlock
  @__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.



9664
9665
9666
# File 'lib/eBay.rb', line 9664

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9651
9652
9653
# File 'lib/eBay.rb', line 9651

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



9663
9664
9665
# File 'lib/eBay.rb', line 9663

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



9656
9657
9658
# File 'lib/eBay.rb', line 9656

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



9652
9653
9654
# File 'lib/eBay.rb', line 9652

def correlationID
  @correlationID
end

#descriptionTemplateObject

Returns the value of attribute descriptionTemplate.



9665
9666
9667
# File 'lib/eBay.rb', line 9665

def descriptionTemplate
  @descriptionTemplate
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9658
9659
9660
# File 'lib/eBay.rb', line 9658

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



9660
9661
9662
# File 'lib/eBay.rb', line 9660

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



9653
9654
9655
# File 'lib/eBay.rb', line 9653

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9662
9663
9664
# File 'lib/eBay.rb', line 9662

def hardExpirationWarning
  @hardExpirationWarning
end

#layoutTotalObject

Returns the value of attribute layoutTotal.



9666
9667
9668
# File 'lib/eBay.rb', line 9666

def layoutTotal
  @layoutTotal
end

#messageObject

Returns the value of attribute message.



9654
9655
9656
# File 'lib/eBay.rb', line 9654

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9657
9658
9659
# File 'lib/eBay.rb', line 9657

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9661
9662
9663
# File 'lib/eBay.rb', line 9661

def notificationSignature
  @notificationSignature
end

#obsoleteLayoutIDObject

Returns the value of attribute obsoleteLayoutID.



9667
9668
9669
# File 'lib/eBay.rb', line 9667

def obsoleteLayoutID
  @obsoleteLayoutID
end

#obsoleteThemeIDObject

Returns the value of attribute obsoleteThemeID.



9668
9669
9670
# File 'lib/eBay.rb', line 9668

def obsoleteThemeID
  @obsoleteThemeID
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9659
9660
9661
# File 'lib/eBay.rb', line 9659

def recipientUserID
  @recipientUserID
end

#themeGroupObject

Returns the value of attribute themeGroup.



9669
9670
9671
# File 'lib/eBay.rb', line 9669

def themeGroup
  @themeGroup
end

#themeTotalObject

Returns the value of attribute themeTotal.



9670
9671
9672
# File 'lib/eBay.rb', line 9670

def themeTotal
  @themeTotal
end

#timestampObject

Returns the value of attribute timestamp.



9650
9651
9652
# File 'lib/eBay.rb', line 9650

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9655
9656
9657
# File 'lib/eBay.rb', line 9655

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9672
9673
9674
# File 'lib/eBay.rb', line 9672

def set_any(elements)
  @__xmlele_any = elements
end