Class: GetCategoryListingsResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetCategoryListingsResponseType

Constant Summary collapse

@@schema_type =
"GetCategoryListingsResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
  ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
  ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
  ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
  ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
  ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
  ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
  ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
  ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
  ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["itemArray", ["ItemArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemArray")]],
  ["category", ["CategoryType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Category")]],
  ["subCategories", ["CategoryArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SubCategories")]],
  ["itemsPerPage", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemsPerPage")]],
  ["pageNumber", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PageNumber")]],
  ["hasMoreItems", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HasMoreItems")]],
  ["paginationResult", ["PaginationResultType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaginationResult")]],
  ["buyingGuideDetails", ["BuyingGuideDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BuyingGuideDetails")]]
]

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

Returns a new instance of GetCategoryListingsResponseType.



3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
# File 'lib/eBay.rb', line 3041

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, itemArray = nil, category = nil, subCategories = nil, itemsPerPage = nil, pageNumber = nil, hasMoreItems = nil, paginationResult = nil, buyingGuideDetails = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @itemArray = itemArray
  @category = category
  @subCategories = subCategories
  @itemsPerPage = itemsPerPage
  @pageNumber = pageNumber
  @hasMoreItems = hasMoreItems
  @paginationResult = paginationResult
  @buyingGuideDetails = buyingGuideDetails
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3027
3028
3029
# File 'lib/eBay.rb', line 3027

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



3016
3017
3018
# File 'lib/eBay.rb', line 3016

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



3021
3022
3023
# File 'lib/eBay.rb', line 3021

def build
  @build
end

#buyingGuideDetailsObject

Returns the value of attribute buyingGuideDetails.



3035
3036
3037
# File 'lib/eBay.rb', line 3035

def buyingGuideDetails
  @buyingGuideDetails
end

#categoryObject

Returns the value of attribute category.



3029
3030
3031
# File 'lib/eBay.rb', line 3029

def category
  @category
end

#correlationIDObject

Returns the value of attribute correlationID.



3017
3018
3019
# File 'lib/eBay.rb', line 3017

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



3023
3024
3025
# File 'lib/eBay.rb', line 3023

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



3018
3019
3020
# File 'lib/eBay.rb', line 3018

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



3026
3027
3028
# File 'lib/eBay.rb', line 3026

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreItemsObject

Returns the value of attribute hasMoreItems.



3033
3034
3035
# File 'lib/eBay.rb', line 3033

def hasMoreItems
  @hasMoreItems
end

#itemArrayObject

Returns the value of attribute itemArray.



3028
3029
3030
# File 'lib/eBay.rb', line 3028

def itemArray
  @itemArray
end

#itemsPerPageObject

Returns the value of attribute itemsPerPage.



3031
3032
3033
# File 'lib/eBay.rb', line 3031

def itemsPerPage
  @itemsPerPage
end

#messageObject

Returns the value of attribute message.



3019
3020
3021
# File 'lib/eBay.rb', line 3019

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



3022
3023
3024
# File 'lib/eBay.rb', line 3022

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



3025
3026
3027
# File 'lib/eBay.rb', line 3025

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



3032
3033
3034
# File 'lib/eBay.rb', line 3032

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



3034
3035
3036
# File 'lib/eBay.rb', line 3034

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



3024
3025
3026
# File 'lib/eBay.rb', line 3024

def recipientUserID
  @recipientUserID
end

#subCategoriesObject

Returns the value of attribute subCategories.



3030
3031
3032
# File 'lib/eBay.rb', line 3030

def subCategories
  @subCategories
end

#timestampObject

Returns the value of attribute timestamp.



3015
3016
3017
# File 'lib/eBay.rb', line 3015

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



3020
3021
3022
# File 'lib/eBay.rb', line 3020

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



3037
3038
3039
# File 'lib/eBay.rb', line 3037

def set_any(elements)
  @__xmlele_any = elements
end