Class: GetCategoryFeaturesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategoryFeaturesResponseType

Constant Summary collapse

@@schema_type =
"GetCategoryFeaturesResponseType"
@@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")]],
  ["categoryVersion", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryVersion")]],
  ["updateTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UpdateTime")]],
  ["category", ["CategoryFeatureType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Category")]],
  ["siteDefaults", ["SiteDefaultsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SiteDefaults")]],
  ["featureDefinitions", ["FeatureDefinitionsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FeatureDefinitions")]]
]

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, categoryVersion = nil, updateTime = nil, category = [], siteDefaults = nil, featureDefinitions = nil) ⇒ GetCategoryFeaturesResponseType

Returns a new instance of GetCategoryFeaturesResponseType.



2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
# File 'lib/eBay.rb', line 2883

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, categoryVersion = nil, updateTime = nil, category = [], siteDefaults = nil, featureDefinitions = 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
  @categoryVersion = categoryVersion
  @updateTime = updateTime
  @category = category
  @siteDefaults = siteDefaults
  @featureDefinitions = featureDefinitions
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2872
2873
2874
# File 'lib/eBay.rb', line 2872

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



2861
2862
2863
# File 'lib/eBay.rb', line 2861

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



2866
2867
2868
# File 'lib/eBay.rb', line 2866

def build
  @build
end

#categoryObject

Returns the value of attribute category.



2875
2876
2877
# File 'lib/eBay.rb', line 2875

def category
  @category
end

#categoryVersionObject

Returns the value of attribute categoryVersion.



2873
2874
2875
# File 'lib/eBay.rb', line 2873

def categoryVersion
  @categoryVersion
end

#correlationIDObject

Returns the value of attribute correlationID.



2862
2863
2864
# File 'lib/eBay.rb', line 2862

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



2868
2869
2870
# File 'lib/eBay.rb', line 2868

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



2863
2864
2865
# File 'lib/eBay.rb', line 2863

def errors
  @errors
end

#featureDefinitionsObject

Returns the value of attribute featureDefinitions.



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

def featureDefinitions
  @featureDefinitions
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



2871
2872
2873
# File 'lib/eBay.rb', line 2871

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



2864
2865
2866
# File 'lib/eBay.rb', line 2864

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



2867
2868
2869
# File 'lib/eBay.rb', line 2867

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



2870
2871
2872
# File 'lib/eBay.rb', line 2870

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



2869
2870
2871
# File 'lib/eBay.rb', line 2869

def recipientUserID
  @recipientUserID
end

#siteDefaultsObject

Returns the value of attribute siteDefaults.



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

def siteDefaults
  @siteDefaults
end

#timestampObject

Returns the value of attribute timestamp.



2860
2861
2862
# File 'lib/eBay.rb', line 2860

def timestamp
  @timestamp
end

#updateTimeObject

Returns the value of attribute updateTime.



2874
2875
2876
# File 'lib/eBay.rb', line 2874

def updateTime
  @updateTime
end

#versionObject

Returns the value of attribute version.



2865
2866
2867
# File 'lib/eBay.rb', line 2865

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



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

def set_any(elements)
  @__xmlele_any = elements
end