Class: EBay::GetDescriptionTemplatesResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetDescriptionTemplatesResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetDescriptionTemplatesResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#descriptionTemplate ⇒ Object
Returns the value of attribute descriptionTemplate.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#layoutTotal ⇒ Object
Returns the value of attribute layoutTotal.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#obsoleteLayoutID ⇒ Object
Returns the value of attribute obsoleteLayoutID.
-
#obsoleteThemeID ⇒ Object
Returns the value of attribute obsoleteThemeID.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#themeGroup ⇒ Object
Returns the value of attribute themeGroup.
-
#themeTotal ⇒ Object
Returns the value of attribute themeTotal.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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
constructor
A new instance of GetDescriptionTemplatesResponseType.
- #set_any(elements) ⇒ Object
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( = nil, ack = nil, correlationID = nil, errors = [], = 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 = @ack = ack @correlationID = correlationID @errors = errors @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
12089 12090 12091 |
# File 'lib/eBay.rb', line 12089 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
12075 12076 12077 |
# File 'lib/eBay.rb', line 12075 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
12087 12088 12089 |
# File 'lib/eBay.rb', line 12087 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
12080 12081 12082 |
# File 'lib/eBay.rb', line 12080 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
12076 12077 12078 |
# File 'lib/eBay.rb', line 12076 def correlationID @correlationID end |
#descriptionTemplate ⇒ Object
Returns the value of attribute descriptionTemplate.
12090 12091 12092 |
# File 'lib/eBay.rb', line 12090 def descriptionTemplate @descriptionTemplate end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
12082 12083 12084 |
# File 'lib/eBay.rb', line 12082 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
12084 12085 12086 |
# File 'lib/eBay.rb', line 12084 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
12077 12078 12079 |
# File 'lib/eBay.rb', line 12077 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
12088 12089 12090 |
# File 'lib/eBay.rb', line 12088 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
12086 12087 12088 |
# File 'lib/eBay.rb', line 12086 def hardExpirationWarning @hardExpirationWarning end |
#layoutTotal ⇒ Object
Returns the value of attribute layoutTotal.
12091 12092 12093 |
# File 'lib/eBay.rb', line 12091 def layoutTotal @layoutTotal end |
#message ⇒ Object
Returns the value of attribute message.
12078 12079 12080 |
# File 'lib/eBay.rb', line 12078 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
12081 12082 12083 |
# File 'lib/eBay.rb', line 12081 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
12085 12086 12087 |
# File 'lib/eBay.rb', line 12085 def notificationSignature @notificationSignature end |
#obsoleteLayoutID ⇒ Object
Returns the value of attribute obsoleteLayoutID.
12092 12093 12094 |
# File 'lib/eBay.rb', line 12092 def obsoleteLayoutID @obsoleteLayoutID end |
#obsoleteThemeID ⇒ Object
Returns the value of attribute obsoleteThemeID.
12093 12094 12095 |
# File 'lib/eBay.rb', line 12093 def obsoleteThemeID @obsoleteThemeID end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
12083 12084 12085 |
# File 'lib/eBay.rb', line 12083 def recipientUserID @recipientUserID end |
#themeGroup ⇒ Object
Returns the value of attribute themeGroup.
12094 12095 12096 |
# File 'lib/eBay.rb', line 12094 def themeGroup @themeGroup end |
#themeTotal ⇒ Object
Returns the value of attribute themeTotal.
12095 12096 12097 |
# File 'lib/eBay.rb', line 12095 def themeTotal @themeTotal end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
12074 12075 12076 |
# File 'lib/eBay.rb', line 12074 def @timestamp end |
#version ⇒ Object
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 |