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.



2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
# File 'lib/eBay.rb', line 2792

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.



2778
2779
2780
# File 'lib/eBay.rb', line 2778

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



2767
2768
2769
# File 'lib/eBay.rb', line 2767

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



2772
2773
2774
# File 'lib/eBay.rb', line 2772

def build
  @build
end

#buyingGuideDetailsObject

Returns the value of attribute buyingGuideDetails.



2786
2787
2788
# File 'lib/eBay.rb', line 2786

def buyingGuideDetails
  @buyingGuideDetails
end

#categoryObject

Returns the value of attribute category.



2780
2781
2782
# File 'lib/eBay.rb', line 2780

def category
  @category
end

#correlationIDObject

Returns the value of attribute correlationID.



2768
2769
2770
# File 'lib/eBay.rb', line 2768

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



2774
2775
2776
# File 'lib/eBay.rb', line 2774

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



2769
2770
2771
# File 'lib/eBay.rb', line 2769

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



2777
2778
2779
# File 'lib/eBay.rb', line 2777

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreItemsObject

Returns the value of attribute hasMoreItems.



2784
2785
2786
# File 'lib/eBay.rb', line 2784

def hasMoreItems
  @hasMoreItems
end

#itemArrayObject

Returns the value of attribute itemArray.



2779
2780
2781
# File 'lib/eBay.rb', line 2779

def itemArray
  @itemArray
end

#itemsPerPageObject

Returns the value of attribute itemsPerPage.



2782
2783
2784
# File 'lib/eBay.rb', line 2782

def itemsPerPage
  @itemsPerPage
end

#messageObject

Returns the value of attribute message.



2770
2771
2772
# File 'lib/eBay.rb', line 2770

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



2773
2774
2775
# File 'lib/eBay.rb', line 2773

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



2776
2777
2778
# File 'lib/eBay.rb', line 2776

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



2783
2784
2785
# File 'lib/eBay.rb', line 2783

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



2785
2786
2787
# File 'lib/eBay.rb', line 2785

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



2775
2776
2777
# File 'lib/eBay.rb', line 2775

def recipientUserID
  @recipientUserID
end

#subCategoriesObject

Returns the value of attribute subCategories.



2781
2782
2783
# File 'lib/eBay.rb', line 2781

def subCategories
  @subCategories
end

#timestampObject

Returns the value of attribute timestamp.



2766
2767
2768
# File 'lib/eBay.rb', line 2766

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



2771
2772
2773
# File 'lib/eBay.rb', line 2771

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



2788
2789
2790
# File 'lib/eBay.rb', line 2788

def set_any(elements)
  @__xmlele_any = elements
end