Class: GetCategoryMappingsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategoryMappingsResponseType

Constant Summary collapse

@@schema_type =
"GetCategoryMappingsResponseType"
@@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")]],
["categoryMapping", ["CategoryMappingType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryMapping")]],
["categoryVersion", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryVersion")]]]

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, categoryMapping = [], categoryVersion = nil) ⇒ GetCategoryMappingsResponseType

Returns a new instance of GetCategoryMappingsResponseType.



2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
# File 'lib/eBay.rb', line 2897

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, categoryMapping = [], categoryVersion = 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
  @categoryMapping = categoryMapping
  @categoryVersion = categoryVersion
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2889
2890
2891
# File 'lib/eBay.rb', line 2889

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



2878
2879
2880
# File 'lib/eBay.rb', line 2878

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



2883
2884
2885
# File 'lib/eBay.rb', line 2883

def build
  @build
end

#categoryMappingObject

Returns the value of attribute categoryMapping.



2890
2891
2892
# File 'lib/eBay.rb', line 2890

def categoryMapping
  @categoryMapping
end

#categoryVersionObject

Returns the value of attribute categoryVersion.



2891
2892
2893
# File 'lib/eBay.rb', line 2891

def categoryVersion
  @categoryVersion
end

#correlationIDObject

Returns the value of attribute correlationID.



2879
2880
2881
# File 'lib/eBay.rb', line 2879

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



2885
2886
2887
# File 'lib/eBay.rb', line 2885

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



2880
2881
2882
# File 'lib/eBay.rb', line 2880

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



2888
2889
2890
# File 'lib/eBay.rb', line 2888

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



2881
2882
2883
# File 'lib/eBay.rb', line 2881

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



2884
2885
2886
# File 'lib/eBay.rb', line 2884

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



2887
2888
2889
# File 'lib/eBay.rb', line 2887

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



2886
2887
2888
# File 'lib/eBay.rb', line 2886

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



2877
2878
2879
# File 'lib/eBay.rb', line 2877

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



2882
2883
2884
# File 'lib/eBay.rb', line 2882

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



2893
2894
2895
# File 'lib/eBay.rb', line 2893

def set_any(elements)
  @__xmlele_any = elements
end