Class: EBay::GetCategory2CSResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetCategory2CSResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetCategory2CSResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- 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
-
#__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.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#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.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#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, botBlock = nil, externalUserData = 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, 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( = nil, ack = nil, correlationID = nil, errors = [], = 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 = @ack = ack @correlationID = correlationID @errors = errors @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
11499 11500 11501 |
# File 'lib/eBay.rb', line 11499 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
11485 11486 11487 |
# File 'lib/eBay.rb', line 11485 def ack @ack end |
#attributeSystemVersion ⇒ Object
Returns the value of attribute attributeSystemVersion.
11502 11503 11504 |
# File 'lib/eBay.rb', line 11502 def attributeSystemVersion @attributeSystemVersion end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
11497 11498 11499 |
# File 'lib/eBay.rb', line 11497 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
11490 11491 11492 |
# File 'lib/eBay.rb', line 11490 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
11486 11487 11488 |
# File 'lib/eBay.rb', line 11486 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
11492 11493 11494 |
# File 'lib/eBay.rb', line 11492 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
11494 11495 11496 |
# File 'lib/eBay.rb', line 11494 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
11487 11488 11489 |
# File 'lib/eBay.rb', line 11487 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
11498 11499 11500 |
# File 'lib/eBay.rb', line 11498 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
11496 11497 11498 |
# File 'lib/eBay.rb', line 11496 def hardExpirationWarning @hardExpirationWarning end |
#mappedCategoryArray ⇒ Object
Returns the value of attribute mappedCategoryArray.
11500 11501 11502 |
# File 'lib/eBay.rb', line 11500 def mappedCategoryArray @mappedCategoryArray end |
#message ⇒ Object
Returns the value of attribute message.
11488 11489 11490 |
# File 'lib/eBay.rb', line 11488 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
11491 11492 11493 |
# File 'lib/eBay.rb', line 11491 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
11495 11496 11497 |
# File 'lib/eBay.rb', line 11495 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
11493 11494 11495 |
# File 'lib/eBay.rb', line 11493 def recipientUserID @recipientUserID end |
#siteWideCharacteristicSets ⇒ Object
Returns the value of attribute siteWideCharacteristicSets.
11503 11504 11505 |
# File 'lib/eBay.rb', line 11503 def siteWideCharacteristicSets @siteWideCharacteristicSets end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
11484 11485 11486 |
# File 'lib/eBay.rb', line 11484 def @timestamp end |
#unmappedCategoryArray ⇒ Object
Returns the value of attribute unmappedCategoryArray.
11501 11502 11503 |
# File 'lib/eBay.rb', line 11501 def unmappedCategoryArray @unmappedCategoryArray end |
#version ⇒ Object
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 |