Class: GetCategoryListingsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategoryListingsResponseType

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
itemArray - ItemArrayType
category - CategoryType
subCategories - CategoryArrayType
itemsPerPage - SOAP::SOAPInt
pageNumber - SOAP::SOAPInt
hasMoreItems - SOAP::SOAPBoolean
paginationResult - PaginationResultType
buyingGuideDetails - BuyingGuideDetailsType
relatedSearchKeywordArray - RelatedSearchKeywordArrayType

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, itemArray = nil, category = nil, subCategories = nil, itemsPerPage = nil, pageNumber = nil, hasMoreItems = nil, paginationResult = nil, buyingGuideDetails = nil, relatedSearchKeywordArray = nil) ⇒ GetCategoryListingsResponseType

Returns a new instance of GetCategoryListingsResponseType.



9243
9244
9245
9246
9247
9248
9249
9250
9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
# File 'lib/eBay.rb', line 9243

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, itemArray = nil, category = nil, subCategories = nil, itemsPerPage = nil, pageNumber = nil, hasMoreItems = nil, paginationResult = nil, buyingGuideDetails = nil, relatedSearchKeywordArray = 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
  @itemArray = itemArray
  @category = category
  @subCategories = subCategories
  @itemsPerPage = itemsPerPage
  @pageNumber = pageNumber
  @hasMoreItems = hasMoreItems
  @paginationResult = paginationResult
  @buyingGuideDetails = buyingGuideDetails
  @relatedSearchKeywordArray = relatedSearchKeywordArray
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9228
9229
9230
# File 'lib/eBay.rb', line 9228

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9215
9216
9217
# File 'lib/eBay.rb', line 9215

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



9227
9228
9229
# File 'lib/eBay.rb', line 9227

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



9220
9221
9222
# File 'lib/eBay.rb', line 9220

def build
  @build
end

#buyingGuideDetailsObject

Returns the value of attribute buyingGuideDetails.



9236
9237
9238
# File 'lib/eBay.rb', line 9236

def buyingGuideDetails
  @buyingGuideDetails
end

#categoryObject

Returns the value of attribute category.



9230
9231
9232
# File 'lib/eBay.rb', line 9230

def category
  @category
end

#correlationIDObject

Returns the value of attribute correlationID.



9216
9217
9218
# File 'lib/eBay.rb', line 9216

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9222
9223
9224
# File 'lib/eBay.rb', line 9222

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



9224
9225
9226
# File 'lib/eBay.rb', line 9224

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



9217
9218
9219
# File 'lib/eBay.rb', line 9217

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9226
9227
9228
# File 'lib/eBay.rb', line 9226

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreItemsObject

Returns the value of attribute hasMoreItems.



9234
9235
9236
# File 'lib/eBay.rb', line 9234

def hasMoreItems
  @hasMoreItems
end

#itemArrayObject

Returns the value of attribute itemArray.



9229
9230
9231
# File 'lib/eBay.rb', line 9229

def itemArray
  @itemArray
end

#itemsPerPageObject

Returns the value of attribute itemsPerPage.



9232
9233
9234
# File 'lib/eBay.rb', line 9232

def itemsPerPage
  @itemsPerPage
end

#messageObject

Returns the value of attribute message.



9218
9219
9220
# File 'lib/eBay.rb', line 9218

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9221
9222
9223
# File 'lib/eBay.rb', line 9221

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9225
9226
9227
# File 'lib/eBay.rb', line 9225

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



9233
9234
9235
# File 'lib/eBay.rb', line 9233

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



9235
9236
9237
# File 'lib/eBay.rb', line 9235

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9223
9224
9225
# File 'lib/eBay.rb', line 9223

def recipientUserID
  @recipientUserID
end

#relatedSearchKeywordArrayObject

Returns the value of attribute relatedSearchKeywordArray.



9237
9238
9239
# File 'lib/eBay.rb', line 9237

def relatedSearchKeywordArray
  @relatedSearchKeywordArray
end

#subCategoriesObject

Returns the value of attribute subCategories.



9231
9232
9233
# File 'lib/eBay.rb', line 9231

def subCategories
  @subCategories
end

#timestampObject

Returns the value of attribute timestamp.



9214
9215
9216
# File 'lib/eBay.rb', line 9214

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9219
9220
9221
# File 'lib/eBay.rb', line 9219

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9239
9240
9241
# File 'lib/eBay.rb', line 9239

def set_any(elements)
  @__xmlele_any = elements
end