Class: GetSuggestedCategoriesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSuggestedCategoriesResponseType

Constant Summary collapse

@@schema_type =
"GetSuggestedCategoriesResponseType"
@@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")]],
["suggestedCategoryArray", ["SuggestedCategoryArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SuggestedCategoryArray")]],
["categoryCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryCount")]]]

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, suggestedCategoryArray = nil, categoryCount = nil) ⇒ GetSuggestedCategoriesResponseType

Returns a new instance of GetSuggestedCategoriesResponseType.



7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
7777
# File 'lib/eBay.rb', line 7761

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, suggestedCategoryArray = nil, categoryCount = 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
  @suggestedCategoryArray = suggestedCategoryArray
  @categoryCount = categoryCount
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7753
7754
7755
# File 'lib/eBay.rb', line 7753

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



7742
7743
7744
# File 'lib/eBay.rb', line 7742

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



7747
7748
7749
# File 'lib/eBay.rb', line 7747

def build
  @build
end

#categoryCountObject

Returns the value of attribute categoryCount.



7755
7756
7757
# File 'lib/eBay.rb', line 7755

def categoryCount
  @categoryCount
end

#correlationIDObject

Returns the value of attribute correlationID.



7743
7744
7745
# File 'lib/eBay.rb', line 7743

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



7749
7750
7751
# File 'lib/eBay.rb', line 7749

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



7744
7745
7746
# File 'lib/eBay.rb', line 7744

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



7752
7753
7754
# File 'lib/eBay.rb', line 7752

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



7745
7746
7747
# File 'lib/eBay.rb', line 7745

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



7748
7749
7750
# File 'lib/eBay.rb', line 7748

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



7751
7752
7753
# File 'lib/eBay.rb', line 7751

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



7750
7751
7752
# File 'lib/eBay.rb', line 7750

def recipientUserID
  @recipientUserID
end

#suggestedCategoryArrayObject

Returns the value of attribute suggestedCategoryArray.



7754
7755
7756
# File 'lib/eBay.rb', line 7754

def suggestedCategoryArray
  @suggestedCategoryArray
end

#timestampObject

Returns the value of attribute timestamp.



7741
7742
7743
# File 'lib/eBay.rb', line 7741

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



7746
7747
7748
# File 'lib/eBay.rb', line 7746

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7757
7758
7759
# File 'lib/eBay.rb', line 7757

def set_any(elements)
  @__xmlele_any = elements
end