Class: GetCategoryFeaturesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategoryFeaturesResponseType

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
categoryVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime
category - CategoryFeatureType
siteDefaults - SiteDefaultsType
featureDefinitions - FeatureDefinitionsType

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, categoryVersion = nil, updateTime = nil, category = [], siteDefaults = nil, featureDefinitions = nil) ⇒ GetCategoryFeaturesResponseType

Returns a new instance of GetCategoryFeaturesResponseType.



9165
9166
9167
9168
9169
9170
9171
9172
9173
9174
9175
9176
9177
9178
9179
9180
9181
9182
9183
9184
9185
9186
# File 'lib/eBay.rb', line 9165

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, categoryVersion = nil, updateTime = nil, category = [], siteDefaults = nil, featureDefinitions = 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
  @categoryVersion = categoryVersion
  @updateTime = updateTime
  @category = category
  @siteDefaults = siteDefaults
  @featureDefinitions = featureDefinitions
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9154
9155
9156
# File 'lib/eBay.rb', line 9154

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9141
9142
9143
# File 'lib/eBay.rb', line 9141

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



9153
9154
9155
# File 'lib/eBay.rb', line 9153

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



9146
9147
9148
# File 'lib/eBay.rb', line 9146

def build
  @build
end

#categoryObject

Returns the value of attribute category.



9157
9158
9159
# File 'lib/eBay.rb', line 9157

def category
  @category
end

#categoryVersionObject

Returns the value of attribute categoryVersion.



9155
9156
9157
# File 'lib/eBay.rb', line 9155

def categoryVersion
  @categoryVersion
end

#correlationIDObject

Returns the value of attribute correlationID.



9142
9143
9144
# File 'lib/eBay.rb', line 9142

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9148
9149
9150
# File 'lib/eBay.rb', line 9148

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



9150
9151
9152
# File 'lib/eBay.rb', line 9150

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



9143
9144
9145
# File 'lib/eBay.rb', line 9143

def errors
  @errors
end

#featureDefinitionsObject

Returns the value of attribute featureDefinitions.



9159
9160
9161
# File 'lib/eBay.rb', line 9159

def featureDefinitions
  @featureDefinitions
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9152
9153
9154
# File 'lib/eBay.rb', line 9152

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



9144
9145
9146
# File 'lib/eBay.rb', line 9144

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9147
9148
9149
# File 'lib/eBay.rb', line 9147

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9151
9152
9153
# File 'lib/eBay.rb', line 9151

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9149
9150
9151
# File 'lib/eBay.rb', line 9149

def recipientUserID
  @recipientUserID
end

#siteDefaultsObject

Returns the value of attribute siteDefaults.



9158
9159
9160
# File 'lib/eBay.rb', line 9158

def siteDefaults
  @siteDefaults
end

#timestampObject

Returns the value of attribute timestamp.



9140
9141
9142
# File 'lib/eBay.rb', line 9140

def timestamp
  @timestamp
end

#updateTimeObject

Returns the value of attribute updateTime.



9156
9157
9158
# File 'lib/eBay.rb', line 9156

def updateTime
  @updateTime
end

#versionObject

Returns the value of attribute version.



9145
9146
9147
# File 'lib/eBay.rb', line 9145

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9161
9162
9163
# File 'lib/eBay.rb', line 9161

def set_any(elements)
  @__xmlele_any = elements
end