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.



2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
# File 'lib/eBay.rb', line 2427

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.



2417
2418
2419
# File 'lib/eBay.rb', line 2417

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



2406
2407
2408
# File 'lib/eBay.rb', line 2406

def ack
  @ack
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



2420
2421
2422
# File 'lib/eBay.rb', line 2420

def attributeSystemVersion
  @attributeSystemVersion
end

#buildObject

Returns the value of attribute build.



2411
2412
2413
# File 'lib/eBay.rb', line 2411

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



2407
2408
2409
# File 'lib/eBay.rb', line 2407

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



2413
2414
2415
# File 'lib/eBay.rb', line 2413

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



2408
2409
2410
# File 'lib/eBay.rb', line 2408

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



2416
2417
2418
# File 'lib/eBay.rb', line 2416

def hardExpirationWarning
  @hardExpirationWarning
end

#mappedCategoryArrayObject

Returns the value of attribute mappedCategoryArray.



2418
2419
2420
# File 'lib/eBay.rb', line 2418

def mappedCategoryArray
  @mappedCategoryArray
end

#messageObject

Returns the value of attribute message.



2409
2410
2411
# File 'lib/eBay.rb', line 2409

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



2412
2413
2414
# File 'lib/eBay.rb', line 2412

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



2415
2416
2417
# File 'lib/eBay.rb', line 2415

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



2414
2415
2416
# File 'lib/eBay.rb', line 2414

def recipientUserID
  @recipientUserID
end

#siteWideCharacteristicSetsObject

Returns the value of attribute siteWideCharacteristicSets.



2421
2422
2423
# File 'lib/eBay.rb', line 2421

def siteWideCharacteristicSets
  @siteWideCharacteristicSets
end

#timestampObject

Returns the value of attribute timestamp.



2405
2406
2407
# File 'lib/eBay.rb', line 2405

def timestamp
  @timestamp
end

#unmappedCategoryArrayObject

Returns the value of attribute unmappedCategoryArray.



2419
2420
2421
# File 'lib/eBay.rb', line 2419

def unmappedCategoryArray
  @unmappedCategoryArray
end

#versionObject

Returns the value of attribute version.



2410
2411
2412
# File 'lib/eBay.rb', line 2410

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



2423
2424
2425
# File 'lib/eBay.rb', line 2423

def set_any(elements)
  @__xmlele_any = elements
end