Class: EBay::GetCategory2CSResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetCategory2CSResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
mappedCategoryArray - EBay::CategoryArrayType
unmappedCategoryArray - EBay::CategoryArrayType
attributeSystemVersion - SOAP::SOAPString
siteWideCharacteristicSets - EBay::SiteWideCharacteristicsType

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

Returns a new instance of GetCategory2CSResponseType.



11509
11510
11511
11512
11513
11514
11515
11516
11517
11518
11519
11520
11521
11522
11523
11524
11525
11526
11527
11528
11529
11530
# File 'lib/eBay.rb', line 11509

def 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, botBlock = nil, externalUserData = 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
  @eIASToken = eIASToken
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @botBlock = botBlock
  @externalUserData = externalUserData
  @__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.



11499
11500
11501
# File 'lib/eBay.rb', line 11499

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11485
11486
11487
# File 'lib/eBay.rb', line 11485

def ack
  @ack
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



11502
11503
11504
# File 'lib/eBay.rb', line 11502

def attributeSystemVersion
  @attributeSystemVersion
end

#botBlockObject

Returns the value of attribute botBlock.



11497
11498
11499
# File 'lib/eBay.rb', line 11497

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



11490
11491
11492
# File 'lib/eBay.rb', line 11490

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



11486
11487
11488
# File 'lib/eBay.rb', line 11486

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11492
11493
11494
# File 'lib/eBay.rb', line 11492

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11494
11495
11496
# File 'lib/eBay.rb', line 11494

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



11487
11488
11489
# File 'lib/eBay.rb', line 11487

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



11498
11499
11500
# File 'lib/eBay.rb', line 11498

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11496
11497
11498
# File 'lib/eBay.rb', line 11496

def hardExpirationWarning
  @hardExpirationWarning
end

#mappedCategoryArrayObject

Returns the value of attribute mappedCategoryArray.



11500
11501
11502
# File 'lib/eBay.rb', line 11500

def mappedCategoryArray
  @mappedCategoryArray
end

#messageObject

Returns the value of attribute message.



11488
11489
11490
# File 'lib/eBay.rb', line 11488

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11491
11492
11493
# File 'lib/eBay.rb', line 11491

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11495
11496
11497
# File 'lib/eBay.rb', line 11495

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11493
11494
11495
# File 'lib/eBay.rb', line 11493

def recipientUserID
  @recipientUserID
end

#siteWideCharacteristicSetsObject

Returns the value of attribute siteWideCharacteristicSets.



11503
11504
11505
# File 'lib/eBay.rb', line 11503

def siteWideCharacteristicSets
  @siteWideCharacteristicSets
end

#timestampObject

Returns the value of attribute timestamp.



11484
11485
11486
# File 'lib/eBay.rb', line 11484

def timestamp
  @timestamp
end

#unmappedCategoryArrayObject

Returns the value of attribute unmappedCategoryArray.



11501
11502
11503
# File 'lib/eBay.rb', line 11501

def unmappedCategoryArray
  @unmappedCategoryArray
end

#versionObject

Returns the value of attribute version.



11489
11490
11491
# File 'lib/eBay.rb', line 11489

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11505
11506
11507
# File 'lib/eBay.rb', line 11505

def set_any(elements)
  @__xmlele_any = elements
end