Class: GetCategory2CSResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategory2CSResponseType

Constant Summary collapse

@@schema_type =
"GetCategory2CSResponseType"
@@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")]],
  ["mappedCategoryArray", ["CategoryArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MappedCategoryArray")]],
  ["unmappedCategoryArray", ["CategoryArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UnmappedCategoryArray")]],
  ["attributeSystemVersion", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AttributeSystemVersion")]],
  ["siteWideCharacteristicSets", ["SiteWideCharacteristicsType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SiteWideCharacteristicSets")]]
]

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, mappedCategoryArray = nil, unmappedCategoryArray = nil, attributeSystemVersion = nil, siteWideCharacteristicSets = []) ⇒ GetCategory2CSResponseType

Returns a new instance of GetCategory2CSResponseType.



2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
# File 'lib/eBay.rb', line 2655

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, mappedCategoryArray = nil, unmappedCategoryArray = nil, attributeSystemVersion = nil, siteWideCharacteristicSets = [])
  @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
  @mappedCategoryArray = mappedCategoryArray
  @unmappedCategoryArray = unmappedCategoryArray
  @attributeSystemVersion = attributeSystemVersion
  @siteWideCharacteristicSets = siteWideCharacteristicSets
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2645
2646
2647
# File 'lib/eBay.rb', line 2645

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



2634
2635
2636
# File 'lib/eBay.rb', line 2634

def ack
  @ack
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



2648
2649
2650
# File 'lib/eBay.rb', line 2648

def attributeSystemVersion
  @attributeSystemVersion
end

#buildObject

Returns the value of attribute build.



2639
2640
2641
# File 'lib/eBay.rb', line 2639

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



2635
2636
2637
# File 'lib/eBay.rb', line 2635

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



2641
2642
2643
# File 'lib/eBay.rb', line 2641

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



2636
2637
2638
# File 'lib/eBay.rb', line 2636

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



2644
2645
2646
# File 'lib/eBay.rb', line 2644

def hardExpirationWarning
  @hardExpirationWarning
end

#mappedCategoryArrayObject

Returns the value of attribute mappedCategoryArray.



2646
2647
2648
# File 'lib/eBay.rb', line 2646

def mappedCategoryArray
  @mappedCategoryArray
end

#messageObject

Returns the value of attribute message.



2637
2638
2639
# File 'lib/eBay.rb', line 2637

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



2640
2641
2642
# File 'lib/eBay.rb', line 2640

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



2643
2644
2645
# File 'lib/eBay.rb', line 2643

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



2642
2643
2644
# File 'lib/eBay.rb', line 2642

def recipientUserID
  @recipientUserID
end

#siteWideCharacteristicSetsObject

Returns the value of attribute siteWideCharacteristicSets.



2649
2650
2651
# File 'lib/eBay.rb', line 2649

def siteWideCharacteristicSets
  @siteWideCharacteristicSets
end

#timestampObject

Returns the value of attribute timestamp.



2633
2634
2635
# File 'lib/eBay.rb', line 2633

def timestamp
  @timestamp
end

#unmappedCategoryArrayObject

Returns the value of attribute unmappedCategoryArray.



2647
2648
2649
# File 'lib/eBay.rb', line 2647

def unmappedCategoryArray
  @unmappedCategoryArray
end

#versionObject

Returns the value of attribute version.



2638
2639
2640
# File 'lib/eBay.rb', line 2638

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



2651
2652
2653
# File 'lib/eBay.rb', line 2651

def set_any(elements)
  @__xmlele_any = elements
end