Class: GetCategory2CSResponseType
- Inherits:
-
Object
- Object
- GetCategory2CSResponseType
- 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")]], ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]], ["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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#attributeSystemVersion ⇒ Object
Returns the value of attribute attributeSystemVersion.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#mappedCategoryArray ⇒ Object
Returns the value of attribute mappedCategoryArray.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#siteWideCharacteristicSets ⇒ Object
Returns the value of attribute siteWideCharacteristicSets.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#unmappedCategoryArray ⇒ Object
Returns the value of attribute unmappedCategoryArray.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, mappedCategoryArray = nil, unmappedCategoryArray = nil, attributeSystemVersion = nil, siteWideCharacteristicSets = []) ⇒ GetCategory2CSResponseType
constructor
A new instance of GetCategory2CSResponseType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, mappedCategoryArray = nil, unmappedCategoryArray = nil, attributeSystemVersion = nil, siteWideCharacteristicSets = []) ⇒ GetCategory2CSResponseType
Returns a new instance of GetCategory2CSResponseType.
3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 |
# File 'lib/eBay.rb', line 3068 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, mappedCategoryArray = nil, unmappedCategoryArray = nil, attributeSystemVersion = nil, siteWideCharacteristicSets = []) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @message = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @__xmlele_any = nil @mappedCategoryArray = mappedCategoryArray @unmappedCategoryArray = unmappedCategoryArray @attributeSystemVersion = attributeSystemVersion @siteWideCharacteristicSets = siteWideCharacteristicSets end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
3058 3059 3060 |
# File 'lib/eBay.rb', line 3058 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
3046 3047 3048 |
# File 'lib/eBay.rb', line 3046 def ack @ack end |
#attributeSystemVersion ⇒ Object
Returns the value of attribute attributeSystemVersion.
3061 3062 3063 |
# File 'lib/eBay.rb', line 3061 def attributeSystemVersion @attributeSystemVersion end |
#build ⇒ Object
Returns the value of attribute build.
3051 3052 3053 |
# File 'lib/eBay.rb', line 3051 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
3047 3048 3049 |
# File 'lib/eBay.rb', line 3047 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
3053 3054 3055 |
# File 'lib/eBay.rb', line 3053 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
3055 3056 3057 |
# File 'lib/eBay.rb', line 3055 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
3048 3049 3050 |
# File 'lib/eBay.rb', line 3048 def errors @errors end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
3057 3058 3059 |
# File 'lib/eBay.rb', line 3057 def hardExpirationWarning @hardExpirationWarning end |
#mappedCategoryArray ⇒ Object
Returns the value of attribute mappedCategoryArray.
3059 3060 3061 |
# File 'lib/eBay.rb', line 3059 def mappedCategoryArray @mappedCategoryArray end |
#message ⇒ Object
Returns the value of attribute message.
3049 3050 3051 |
# File 'lib/eBay.rb', line 3049 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
3052 3053 3054 |
# File 'lib/eBay.rb', line 3052 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
3056 3057 3058 |
# File 'lib/eBay.rb', line 3056 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
3054 3055 3056 |
# File 'lib/eBay.rb', line 3054 def recipientUserID @recipientUserID end |
#siteWideCharacteristicSets ⇒ Object
Returns the value of attribute siteWideCharacteristicSets.
3062 3063 3064 |
# File 'lib/eBay.rb', line 3062 def siteWideCharacteristicSets @siteWideCharacteristicSets end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
3045 3046 3047 |
# File 'lib/eBay.rb', line 3045 def @timestamp end |
#unmappedCategoryArray ⇒ Object
Returns the value of attribute unmappedCategoryArray.
3060 3061 3062 |
# File 'lib/eBay.rb', line 3060 def unmappedCategoryArray @unmappedCategoryArray end |
#version ⇒ Object
Returns the value of attribute version.
3050 3051 3052 |
# File 'lib/eBay.rb', line 3050 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
3064 3065 3066 |
# File 'lib/eBay.rb', line 3064 def set_any(elements) @__xmlele_any = elements end |