Class: EBay::GetDescriptionTemplatesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetDescriptionTemplatesResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
descriptionTemplate - EBay::DescriptionTemplateType
layoutTotal - SOAP::SOAPInt
obsoleteLayoutID - SOAP::SOAPInt
obsoleteThemeID - SOAP::SOAPInt
themeGroup - EBay::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, externalUserData = nil, descriptionTemplate = [], layoutTotal = nil, obsoleteLayoutID = [], obsoleteThemeID = [], themeGroup = [], themeTotal = nil) ⇒ GetDescriptionTemplatesResponseType

Returns a new instance of GetDescriptionTemplatesResponseType.



12101
12102
12103
12104
12105
12106
12107
12108
12109
12110
12111
12112
12113
12114
12115
12116
12117
12118
12119
12120
12121
12122
12123
12124
# File 'lib/eBay.rb', line 12101

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



12089
12090
12091
# File 'lib/eBay.rb', line 12089

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12075
12076
12077
# File 'lib/eBay.rb', line 12075

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



12087
12088
12089
# File 'lib/eBay.rb', line 12087

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



12080
12081
12082
# File 'lib/eBay.rb', line 12080

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



12076
12077
12078
# File 'lib/eBay.rb', line 12076

def correlationID
  @correlationID
end

#descriptionTemplateObject

Returns the value of attribute descriptionTemplate.



12090
12091
12092
# File 'lib/eBay.rb', line 12090

def descriptionTemplate
  @descriptionTemplate
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



12082
12083
12084
# File 'lib/eBay.rb', line 12082

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



12084
12085
12086
# File 'lib/eBay.rb', line 12084

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



12077
12078
12079
# File 'lib/eBay.rb', line 12077

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



12088
12089
12090
# File 'lib/eBay.rb', line 12088

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12086
12087
12088
# File 'lib/eBay.rb', line 12086

def hardExpirationWarning
  @hardExpirationWarning
end

#layoutTotalObject

Returns the value of attribute layoutTotal.



12091
12092
12093
# File 'lib/eBay.rb', line 12091

def layoutTotal
  @layoutTotal
end

#messageObject

Returns the value of attribute message.



12078
12079
12080
# File 'lib/eBay.rb', line 12078

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12081
12082
12083
# File 'lib/eBay.rb', line 12081

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12085
12086
12087
# File 'lib/eBay.rb', line 12085

def notificationSignature
  @notificationSignature
end

#obsoleteLayoutIDObject

Returns the value of attribute obsoleteLayoutID.



12092
12093
12094
# File 'lib/eBay.rb', line 12092

def obsoleteLayoutID
  @obsoleteLayoutID
end

#obsoleteThemeIDObject

Returns the value of attribute obsoleteThemeID.



12093
12094
12095
# File 'lib/eBay.rb', line 12093

def obsoleteThemeID
  @obsoleteThemeID
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



12083
12084
12085
# File 'lib/eBay.rb', line 12083

def recipientUserID
  @recipientUserID
end

#themeGroupObject

Returns the value of attribute themeGroup.



12094
12095
12096
# File 'lib/eBay.rb', line 12094

def themeGroup
  @themeGroup
end

#themeTotalObject

Returns the value of attribute themeTotal.



12095
12096
12097
# File 'lib/eBay.rb', line 12095

def themeTotal
  @themeTotal
end

#timestampObject

Returns the value of attribute timestamp.



12074
12075
12076
# File 'lib/eBay.rb', line 12074

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



12079
12080
12081
# File 'lib/eBay.rb', line 12079

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



12097
12098
12099
# File 'lib/eBay.rb', line 12097

def set_any(elements)
  @__xmlele_any = elements
end